diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-28 21:05:28 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-28 21:05:28 +0000 |
commit | d02a2a84d6a02019270dd3af4bb30204382451eb (patch) | |
tree | 0606175666c283253a7555e184094994091b50ce /sci-libs | |
parent | fix dep per bug #100235 (diff) | |
download | gentoo-2-d02a2a84d6a02019270dd3af4bb30204382451eb.tar.gz gentoo-2-d02a2a84d6a02019270dd3af4bb30204382451eb.tar.bz2 gentoo-2-d02a2a84d6a02019270dd3af4bb30204382451eb.zip |
Fix qt dep per bug #100235
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/root/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/root/root-3.10.02-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/root/root-4.02.00.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-libs/root/ChangeLog b/sci-libs/root/ChangeLog index 3f0659689610..ad979477ba33 100644 --- a/sci-libs/root/ChangeLog +++ b/sci-libs/root/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/root # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/root/ChangeLog,v 1.8 2005/06/26 00:51:30 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/root/ChangeLog,v 1.9 2005/07/28 21:02:26 caleb Exp $ + + 28 Jul 2005; Caleb Tennis <caleb@gentoo.org> root-3.10.02-r1.ebuild, + root-4.02.00.ebuild: + Fix qt dep per bug #100235 26 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -files/root-4.00.06a-gcc-3.4.patch, -root-3.03.04-r2.ebuild, diff --git a/sci-libs/root/root-3.10.02-r1.ebuild b/sci-libs/root/root-3.10.02-r1.ebuild index 769c9bf0a364..b8a122cf973b 100644 --- a/sci-libs/root/root-3.10.02-r1.ebuild +++ b/sci-libs/root/root-3.10.02-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/root/root-3.10.02-r1.ebuild,v 1.2 2005/01/16 02:43:45 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/root/root-3.10.02-r1.ebuild,v 1.3 2005/07/28 21:02:26 caleb Exp $ inherit flag-o-matic eutils @@ -23,7 +23,7 @@ DEPEND="virtual/x11 !amd64? ( afs? ( net-fs/openafs ) ) kerberos? ( app-crypt/mit-krb5 ) ldap? ( net-nds/openldap ) - qt? ( x11-libs/qt )" + qt? ( =x11-libs/qt-3* )" src_compile() { diff --git a/sci-libs/root/root-4.02.00.ebuild b/sci-libs/root/root-4.02.00.ebuild index 8019f743c910..b8b370a46266 100644 --- a/sci-libs/root/root-4.02.00.ebuild +++ b/sci-libs/root/root-4.02.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/root/root-4.02.00.ebuild,v 1.4 2005/04/08 18:10:33 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/root/root-4.02.00.ebuild,v 1.5 2005/07/28 21:02:26 caleb Exp $ inherit flag-o-matic eutils @@ -25,7 +25,7 @@ DEPEND="virtual/x11 !amd64? ( afs? ( net-fs/openafs ) ) kerberos? ( app-crypt/mit-krb5 ) ldap? ( net-nds/openldap ) - qt? ( x11-libs/qt ) + qt? ( =x11-libs/qt-3* ) python? ( dev-lang/python )" src_compile() { |