summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-12-23 07:53:11 +0100
committerMichał Górny <mgorny@gentoo.org>2015-12-31 15:52:03 +0100
commit00d02941dd60bdad7b30a95d4c1868c064e4198a (patch)
tree1197a7622fc26e25d21cbe58f1e99ce87b2c0770 /app-emulation/xen-tools/xen-tools-4.5.2-r2.ebuild
parentpython-single-r1.eclass: Add python_gen_impl_dep, alike in python-r1 (diff)
downloadgentoo-00d02941dd60bdad7b30a95d4c1868c064e4198a.tar.gz
gentoo-00d02941dd60bdad7b30a95d4c1868c064e4198a.tar.bz2
gentoo-00d02941dd60bdad7b30a95d4c1868c064e4198a.zip
app-emulation/xen-tools: Make use of new python_gen_impl_dep function
Diffstat (limited to 'app-emulation/xen-tools/xen-tools-4.5.2-r2.ebuild')
-rw-r--r--app-emulation/xen-tools/xen-tools-4.5.2-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.5.2-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.5.2-r2.ebuild
index 8af652c5f0a6..ba2f756b35dd 100644
--- a/app-emulation/xen-tools/xen-tools-4.5.2-r2.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.5.2-r2.ebuild
@@ -87,8 +87,8 @@ DEPEND="${COMMON_DEPEND}
${PYTHON_DEPS}
api? ( dev-libs/libxml2
net-misc/curl )
- pygrub? ( ${PYTHON_DEPS//${PYTHON_REQ_USE}/ncurses} )
- ovmf? ( ${PYTHON_DEPS//${PYTHON_REQ_USE}/sqlite} )
+ pygrub? ( $(python_gen_impl_dep ncurses) )
+ ovmf? ( $(python_gen_impl_dep sqlite) )
!amd64? ( >=sys-apps/dtc-1.4.0 )
amd64? ( sys-devel/bin86
system-seabios? ( sys-firmware/seabios )