diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-11-10 23:50:52 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-11-10 23:50:52 +0000 |
commit | 38dd44834e89f2f2e4a6e2f1b06c2149135a6f46 (patch) | |
tree | 24eb5ba7fca1531262e32918b62b2bc7e1a41e80 /x11-drivers | |
parent | Add patches to address cairo corruption, bug #409593, and mouse pointer issue... (diff) | |
download | gentoo-2-38dd44834e89f2f2e4a6e2f1b06c2149135a6f46.tar.gz gentoo-2-38dd44834e89f2f2e4a6e2f1b06c2149135a6f46.tar.bz2 gentoo-2-38dd44834e89f2f2e4a6e2f1b06c2149135a6f46.zip |
Add dependency on libpciaccess, bug #442204
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers')
4 files changed, 15 insertions, 7 deletions
diff --git a/x11-drivers/xf86-video-mach64/ChangeLog b/x11-drivers/xf86-video-mach64/ChangeLog index 8590e0cd3054..2157a45724d1 100644 --- a/x11-drivers/xf86-video-mach64/ChangeLog +++ b/x11-drivers/xf86-video-mach64/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/xf86-video-mach64 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v 1.34 2012/08/26 19:44:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v 1.35 2012/11/10 23:50:52 chithanh Exp $ + + 10 Nov 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + xf86-video-mach64-6.9.1.ebuild, xf86-video-mach64-6.9.2.ebuild, + xf86-video-mach64-6.9.3.ebuild: + Add dependency on libpciaccess, bug #442204 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> xf86-video-mach64-6.9.1.ebuild: diff --git a/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.1.ebuild b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.1.ebuild index 5fb66b5925cf..1bb77c30fc2d 100644 --- a/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.1.ebuild +++ b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.1.ebuild,v 1.7 2012/08/26 19:44:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.1.ebuild,v 1.8 2012/11/10 23:50:52 chithanh Exp $ EAPI=4 @@ -12,7 +12,8 @@ DESCRIPTION="ATI Mach64 video driver" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" -RDEPEND=">=x11-base/xorg-server-1.10" +RDEPEND=">=x11-base/xorg-server-1.10 + >=x11-libs/libpciaccess-0.12.901" DEPEND="${RDEPEND}" pkg_setup() { diff --git a/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.2.ebuild b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.2.ebuild index 2e1d1091c00a..8180432cc1e4 100644 --- a/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.2.ebuild +++ b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.2.ebuild,v 1.1 2012/07/05 15:58:26 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.2.ebuild,v 1.2 2012/11/10 23:50:52 chithanh Exp $ EAPI=4 @@ -12,7 +12,8 @@ DESCRIPTION="ATI Mach64 video driver" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" -RDEPEND=">=x11-base/xorg-server-1.10" +RDEPEND=">=x11-base/xorg-server-1.10 + >=x11-libs/libpciaccess-0.12.901" DEPEND="${RDEPEND}" pkg_setup() { diff --git a/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.3.ebuild b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.3.ebuild index 25bd2b4456e6..07fefa6aa799 100644 --- a/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.3.ebuild +++ b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.3.ebuild,v 1.1 2012/07/21 20:28:42 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.3.ebuild,v 1.2 2012/11/10 23:50:52 chithanh Exp $ EAPI=4 @@ -12,7 +12,8 @@ DESCRIPTION="ATI Mach64 video driver" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" -RDEPEND=">=x11-base/xorg-server-1.10" +RDEPEND=">=x11-base/xorg-server-1.10 + >=x11-libs/libpciaccess-0.12.901" DEPEND="${RDEPEND}" pkg_setup() { |