diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-08-23 12:41:29 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-08-23 12:41:29 +0000 |
commit | 504f5523b9f848d5a49b2872f642ae738402a76e (patch) | |
tree | e60de15638f4f94218d686fcac6a7e762ea8a32f /x11-apps/ati-drivers-extra/ati-drivers-extra-8.27.10.ebuild | |
parent | Add PKG_CONFIG_PATH to the environment of Qt so the pkgconfig files are prope... (diff) | |
download | gentoo-2-504f5523b9f848d5a49b2872f642ae738402a76e.tar.gz gentoo-2-504f5523b9f848d5a49b2872f642ae738402a76e.tar.bz2 gentoo-2-504f5523b9f848d5a49b2872f642ae738402a76e.zip |
fix the Qt3 deps
(Portage version: 2.1.1_pre5-r1)
Diffstat (limited to 'x11-apps/ati-drivers-extra/ati-drivers-extra-8.27.10.ebuild')
-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 f6c3164036e6..d1da3a09aceb 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.2 2006/08/02 13:04:46 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ati-drivers-extra/ati-drivers-extra-8.27.10.ebuild,v 1.3 2006/08/23 12:41:29 caleb Exp $ IUSE="qt3" @@ -16,7 +16,7 @@ LICENSE="ATI GPL-2 QPL-1.0" KEYWORDS="~amd64 ~x86" # (~amd64 yet to be fixed)(see bug 95684) DEPEND="=x11-drivers/ati-drivers-${PV}* - qt3? ( >=x11-libs/qt-3.0 )" + qt3? ( =x11-libs/qt-3* )" ATIBIN="${D}/opt/ati/bin" SLOT="0" |