diff options
Diffstat (limited to 'app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild index 0b5843a693b5..208309c843bf 100644 --- a/app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild,v 1.3 2013/12/10 13:34:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild,v 1.4 2013/12/22 12:01:08 idella4 Exp $ EAPI=5 @@ -38,7 +38,8 @@ SLOT="0" IUSE="api custom-cflags debug doc flask hvm qemu ocaml +pam python pygrub screen static-libs xend" REQUIRED_USE="hvm? ( qemu ) - ${PYTHON_REQUIRED_USE}" + ${PYTHON_REQUIRED_USE} + pygrub? ( python )" DEPEND="dev-libs/lzo:2 dev-libs/yajl |