diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-07-16 22:48:55 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-07-16 22:48:55 +0000 |
commit | 1517714c3c3ac3d7b23c4f892c7dfad7ca49b2e8 (patch) | |
tree | 4c6a60aebd367a3bd57db563785d3519d8ebd583 /x11-drivers/xf86-video-qxl | |
parent | Version bump. (diff) | |
download | gentoo-2-1517714c3c3ac3d7b23c4f892c7dfad7ca49b2e8.tar.gz gentoo-2-1517714c3c3ac3d7b23c4f892c7dfad7ca49b2e8.tar.bz2 gentoo-2-1517714c3c3ac3d7b23c4f892c7dfad7ca49b2e8.zip |
Add dependency on spice-protocol that was forgotten in last commit.
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-qxl')
-rw-r--r-- | x11-drivers/xf86-video-qxl/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-qxl/xf86-video-qxl-0.0.14.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-qxl/ChangeLog b/x11-drivers/xf86-video-qxl/ChangeLog index 60d106b8b7ad..143e6a9bc701 100644 --- a/x11-drivers/xf86-video-qxl/ChangeLog +++ b/x11-drivers/xf86-video-qxl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-qxl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog,v 1.4 2011/07/16 22:44:31 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog,v 1.5 2011/07/16 22:48:55 chithanh Exp $ + + 16 Jul 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + xf86-video-qxl-0.0.14.ebuild: + Add dependency on spice-protocol that was forgotten in last commit. *xf86-video-qxl-0.0.14 (16 Jul 2011) diff --git a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.0.14.ebuild b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.0.14.ebuild index 57898e67489b..fa8b1a1049da 100644 --- a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.0.14.ebuild +++ b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.0.14.ebuild,v 1.1 2011/07/16 22:44:31 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.0.14.ebuild,v 1.2 2011/07/16 22:48:55 chithanh Exp $ EAPI=4 inherit xorg-2 @@ -10,6 +10,7 @@ DESCRIPTION="QEMU QXL paravirt video driver" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="x11-base/xorg-server[-minimal]" +RDEPEND=">=app-emulation/spice-protocol-0.7.0 + x11-base/xorg-server[-minimal]" DEPEND="${RDEPEND} x11-proto/xf86dgaproto" |