diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-08-02 13:04:46 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-08-02 13:04:46 +0000 |
commit | 3ec7d57db39108c5acc48bbee3eb019ab888c460 (patch) | |
tree | 3a0df9641264ea7fe79579e098b005289f27790d /x11-apps | |
parent | Added missing commons-logging dependency, bug #142186 (diff) | |
download | gentoo-2-3ec7d57db39108c5acc48bbee3eb019ab888c460.tar.gz gentoo-2-3ec7d57db39108c5acc48bbee3eb019ab888c460.tar.bz2 gentoo-2-3ec7d57db39108c5acc48bbee3eb019ab888c460.zip |
Marked ~amd64 since it should be ook now
(Portage version: 2.1.1_pre4-r1)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/ati-drivers-extra/ati-drivers-extra-8.27.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/ati-drivers-extra/ati-drivers-extra-8.27.10.ebuild b/x11-apps/ati-drivers-extra/ati-drivers-extra-8.27.10.ebuild index ea3921a3aa03..f6c3164036e6 100644 --- a/x11-apps/ati-drivers-extra/ati-drivers-extra-8.27.10.ebuild +++ b/x11-apps/ati-drivers-extra/ati-drivers-extra-8.27.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/ati-drivers-extra/ati-drivers-extra-8.27.10.ebuild,v 1.1 2006/08/01 22:52:11 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ati-drivers-extra/ati-drivers-extra-8.27.10.ebuild,v 1.2 2006/08/02 13:04:46 lu_zero Exp $ IUSE="qt3" @@ -13,7 +13,7 @@ SRC_URI="x86? ( ${ATI_URL}/ati-driver-installer-${PV}-x86.run ) amd64? ( ${ATI_URL}/64bit/ati-driver-installer-${PV}-x86_64.run )" LICENSE="ATI GPL-2 QPL-1.0" -KEYWORDS="-amd64 ~x86" # (~amd64 yet to be fixed)(see bug 95684) +KEYWORDS="~amd64 ~x86" # (~amd64 yet to be fixed)(see bug 95684) DEPEND="=x11-drivers/ati-drivers-${PV}* qt3? ( >=x11-libs/qt-3.0 )" |