blob: 454d34b71412dad9d713eddba96345d62f15037b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="7"
DESCRIPTION="Virtual package to pull all the bits for hosting virtual machines"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="qemu"
DEPEND=""
RDEPEND="
qemu? (
app-emulation/qemu
net-misc/bridge-utils
sys-apps/usermode-utilities
)
"
REQUIRED_USE="|| ( qemu )"
|