diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-10-21 11:56:39 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-10-21 11:56:39 +0000 |
commit | ffc0d48d0759858c881840d1dc2f55f71d5a8240 (patch) | |
tree | b7f28319ac29577ae2581c2ba47d0c15e281748c /x11-drivers | |
parent | Marked ~x64-macos, bug #486818 (diff) | |
download | gentoo-2-ffc0d48d0759858c881840d1dc2f55f71d5a8240.tar.gz gentoo-2-ffc0d48d0759858c881840d1dc2f55f71d5a8240.tar.bz2 gentoo-2-ffc0d48d0759858c881840d1dc2f55f71d5a8240.zip |
Version bump, security bug #454722.
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-qxl/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.1.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-qxl/ChangeLog b/x11-drivers/xf86-video-qxl/ChangeLog index 915eb4255f96..a2cd72390437 100644 --- a/x11-drivers/xf86-video-qxl/ChangeLog +++ b/x11-drivers/xf86-video-qxl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-qxl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog,v 1.20 2013/10/08 05:06:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog,v 1.21 2013/10/21 11:56:39 chithanh Exp $ + +*xf86-video-qxl-0.1.1 (21 Oct 2013) + + 21 Oct 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-qxl-0.1.1.ebuild: + Version bump, security bug #454722. 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xf86-video-qxl-0.1.0-r1.ebuild: Stable for x86, wrt bug #475480 diff --git a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.1.ebuild b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.1.ebuild new file mode 100644 index 000000000000..ce7f083a3f34 --- /dev/null +++ b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.1.ebuild,v 1.1 2013/10/21 11:56:39 chithanh Exp $ + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="QEMU QXL paravirt video driver" + +KEYWORDS="~amd64 ~x86" +IUSE="xspice" + +RDEPEND="xspice? ( app-emulation/spice ) + x11-base/xorg-server[-minimal] + >=x11-libs/libdrm-2.4.46" +DEPEND="${RDEPEND} + x11-proto/xf86dgaproto + >=app-emulation/spice-protocol-0.12.0" + +src_configure() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable xspice) + ) + xorg-2_src_configure +} |