diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-28 21:02:26 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-28 21:02:26 +0000 |
commit | 6324345c37eceaf613a7c1c46ec44125afc9a0bb (patch) | |
tree | 4a75e31c434c860a4fe1b02e42911794333b229a /sci-libs | |
parent | Fix qt dep per bug #100235 (diff) | |
download | historical-6324345c37eceaf613a7c1c46ec44125afc9a0bb.tar.gz historical-6324345c37eceaf613a7c1c46ec44125afc9a0bb.tar.bz2 historical-6324345c37eceaf613a7c1c46ec44125afc9a0bb.zip |
Fix qt dep per bug #100235
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/root/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/root/Manifest | 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 |
4 files changed, 12 insertions, 8 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/Manifest b/sci-libs/root/Manifest index 14fdd4a6bb0a..f21e9d5415a5 100644 --- a/sci-libs/root/Manifest +++ b/sci-libs/root/Manifest @@ -1,7 +1,7 @@ -MD5 2c3cfae012a66112dbb070862289562d root-3.10.02-r1.ebuild 4745 +MD5 f3468210099291f92db93fddddab68d0 root-3.10.02-r1.ebuild 4746 MD5 15793f41f3908d859a1b391e3187b5c3 root-3.05.04.ebuild 1613 -MD5 84179aaf7ca3d480b1deb4fed09fc8a9 root-4.02.00.ebuild 4845 -MD5 b3940fdc236bef2f93f0a2f00b88eac7 ChangeLog 3698 +MD5 9627f6584a9ba6a66ddebe165b587942 root-4.02.00.ebuild 4848 +MD5 22026f7472a22781d66208a05625024d ChangeLog 3819 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 58ce6f63773b28de747663b7e908e2bb files/root-makefile.patch 742 MD5 053f8a5dbe37435f2b62ee44c79e9523 files/digest-root-3.05.04 73 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() { |