diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-18 23:15:44 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-18 23:15:44 +0100 |
commit | bda4c9d6cc910a04e67092b536866f99861c08b5 (patch) | |
tree | 97a97f257a357a647e81d9733bff71eaf52f7275 /x11-drivers | |
parent | media-libs/libglvnd: Stabilize 1.4.0 amd64, #831378 (diff) | |
download | gentoo-bda4c9d6cc910a04e67092b536866f99861c08b5.tar.gz gentoo-bda4c9d6cc910a04e67092b536866f99861c08b5.tar.bz2 gentoo-bda4c9d6cc910a04e67092b536866f99861c08b5.zip |
x11-drivers/xf86-video-qxl: Stabilize 0.1.5_p20200205-r1 amd64, #831378
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5_p20200205-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5_p20200205-r1.ebuild b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5_p20200205-r1.ebuild index 461f34cf61c1..4183c0a33165 100644 --- a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5_p20200205-r1.ebuild +++ b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5_p20200205-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ DESCRIPTION="QEMU QXL paravirt video driver" SRC_URI="https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}.tar.xz" S="${WORKDIR}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="xspice" REQUIRED_USE="xspice? ( ${PYTHON_REQUIRED_USE} )" |