diff options
author | Jeffrey Gardner <je_fro@gentoo.org> | 2008-03-03 20:53:35 +0000 |
---|---|---|
committer | Jeffrey Gardner <je_fro@gentoo.org> | 2008-03-03 20:53:35 +0000 |
commit | c8189d6bbf2a52717a87a1b9326a4239017de90c (patch) | |
tree | d85cdc56da42a5f25428adc2c2a02e85412f2e58 /x11-drivers | |
parent | dropping not-yet-available kolab from php5_2-sapi.eclass again (import from p... (diff) | |
download | gentoo-2-c8189d6bbf2a52717a87a1b9326a4239017de90c.tar.gz gentoo-2-c8189d6bbf2a52717a87a1b9326a4239017de90c.tar.bz2 gentoo-2-c8189d6bbf2a52717a87a1b9326a4239017de90c.zip |
Add inputproto as dependency to fix bug 212202. Thanks to Matthias Wieding-Drewes
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/ati-drivers/ChangeLog | 7 | ||||
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-8.455.2-r1.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-drivers/ati-drivers/ChangeLog b/x11-drivers/ati-drivers/ChangeLog index d0d0bb99b4dd..c7cbbb0949d6 100644 --- a/x11-drivers/ati-drivers/ChangeLog +++ b/x11-drivers/ati-drivers/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/ati-drivers # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.111 2008/02/29 20:46:46 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.112 2008/03/03 20:53:35 je_fro Exp $ + + 03 Mar 2008; Jeff Gardner <je_fro@gentoo.org> + ati-drivers-8.455.2-r1.ebuild: + Add inputproto as dependency to fix bug 212202. Thanks to Matthias + Wieding-Drewes 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> ati-drivers-8.34.8.ebuild, ati-drivers-8.35.5.ebuild, ati-drivers-8.36.5.ebuild, diff --git a/x11-drivers/ati-drivers/ati-drivers-8.455.2-r1.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.455.2-r1.ebuild index 88c67a67b7ce..41a99a2e02d4 100644 --- a/x11-drivers/ati-drivers/ati-drivers-8.455.2-r1.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-8.455.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.455.2-r1.ebuild,v 1.2 2008/02/29 20:46:46 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.455.2-r1.ebuild,v 1.3 2008/03/03 20:53:35 je_fro Exp $ IUSE="acpi debug" @@ -31,7 +31,8 @@ RDEPEND="x11-base/xorg-server DEPEND="${RDEPEND} x11-proto/xf86miscproto - x11-proto/xf86vidmodeproto" + x11-proto/xf86vidmodeproto + x11-proto/inputproto" EMULTILIB_PKG="true" |