diff options
author | David Seifert <soap@gentoo.org> | 2017-04-21 08:51:04 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-21 08:51:04 +0200 |
commit | 75d8c267bfc77d69c277d4297d150c4737c3d10c (patch) | |
tree | f00d3463b2cd065d02d5d43ca616bbbb95712e70 /x11-drivers/xf86-video-qxl | |
parent | x11-apps/whyteboard: [QA] Add missing python metadata variables (diff) | |
download | gentoo-75d8c267bfc77d69c277d4297d150c4737c3d10c.tar.gz gentoo-75d8c267bfc77d69c277d4297d150c4737c3d10c.tar.bz2 gentoo-75d8c267bfc77d69c277d4297d150c4737c3d10c.zip |
x11-drivers/xf86-video-qxl: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'x11-drivers/xf86-video-qxl')
-rw-r--r-- | x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5.ebuild b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5.ebuild index 5e5354b5fa4c..5dab6f4b5ef8 100644 --- a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5.ebuild +++ b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5.ebuild @@ -9,8 +9,10 @@ DESCRIPTION="QEMU QXL paravirt video driver" KEYWORDS="amd64 x86" IUSE="xspice" +REQUIRED_USE="xspice? ( ${PYTHON_REQUIRED_USE} )" -RDEPEND="xspice? ( +RDEPEND=" + xspice? ( app-emulation/spice ${PYTHON_DEPS} ) |