summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2008-07-26 21:40:13 +0000
committerCarsten Lohrke <carlo@gentoo.org>2008-07-26 21:40:13 +0000
commit5e6dd7d7f4d6362e09cc0498c9ace94f26676181 (patch)
treef27b706b6b49c79112dc232723a40c20ffaa6b46 /sci-physics
parent Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11. (diff)
downloadgentoo-2-5e6dd7d7f4d6362e09cc0498c9ace94f26676181.tar.gz
gentoo-2-5e6dd7d7f4d6362e09cc0498c9ace94f26676181.tar.bz2
gentoo-2-5e6dd7d7f4d6362e09cc0498c9ace94f26676181.zip
Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/root/ChangeLog6
-rw-r--r--sci-physics/root/root-5.18.00d.ebuild12
-rw-r--r--sci-physics/root/root-5.20.00.ebuild12
3 files changed, 17 insertions, 13 deletions
diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog
index f34474005346..7cf5459d7cf8 100644
--- a/sci-physics/root/ChangeLog
+++ b/sci-physics/root/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-physics/root
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.30 2008/07/18 09:19:35 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.31 2008/07/26 21:40:13 carlo Exp $
+
+ 26 Jul 2008; Carsten Lohrke <carlo@gentoo.org> root-5.18.00d.ebuild,
+ root-5.20.00.ebuild:
+ Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11.
18 Jul 2008; Sébastien Fabbro <bicatali@gentoo.org> root-5.16.00.ebuild,
root-5.18.00d.ebuild, root-5.20.00.ebuild:
diff --git a/sci-physics/root/root-5.18.00d.ebuild b/sci-physics/root/root-5.18.00d.ebuild
index 6c35f9070562..a14fce30b22c 100644
--- a/sci-physics/root/root-5.18.00d.ebuild
+++ b/sci-physics/root/root-5.18.00d.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/sci-physics/root/root-5.18.00d.ebuild,v 1.3 2008/07/18 09:19:35 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.18.00d.ebuild,v 1.4 2008/07/26 21:40:13 carlo Exp $
EAPI="1"
inherit versionator flag-o-matic eutils toolchain-funcs qt3 qt4 fortran
@@ -36,11 +36,11 @@ RDEPEND="sys-apps/shadow
kerberos? ( virtual/krb5 )
ldap? ( net-nds/openldap )
qt3? ( !qt4? ( $(qt_min_version 3.3.4) ) )
- qt4? ( || ( >=x11-libs/qt-4.3:4
- ( x11-libs/qt-gui:4
- x11-libs/qt-opengl:4
- x11-libs/qt-qt3support:4
- x11-libs/qt-xml:4 ) ) )
+ qt4? ( || ( ( x11-libs/qt-gui:4
+ x11-libs/qt-opengl:4
+ x11-libs/qt-qt3support:4
+ x11-libs/qt-xml:4 )
+ =x11-libs/qt-4.3* ) )
fftw? ( >=sci-libs/fftw-3 )
python? ( dev-lang/python )
ruby? ( dev-lang/ruby )
diff --git a/sci-physics/root/root-5.20.00.ebuild b/sci-physics/root/root-5.20.00.ebuild
index d4db7bbe771b..5736e6e29d26 100644
--- a/sci-physics/root/root-5.20.00.ebuild
+++ b/sci-physics/root/root-5.20.00.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/sci-physics/root/root-5.20.00.ebuild,v 1.2 2008/07/18 09:19:35 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.20.00.ebuild,v 1.3 2008/07/26 21:40:13 carlo Exp $
EAPI=1
inherit versionator flag-o-matic eutils toolchain-funcs qt4 fortran
@@ -40,11 +40,11 @@ RDEPEND="sys-apps/shadow
postgres? ( virtual/postgresql-server )
kerberos? ( virtual/krb5 )
ldap? ( net-nds/openldap )
- qt4? ( || ( >=x11-libs/qt-4.3:4
- ( x11-libs/qt-gui:4
- x11-libs/qt-opengl:4
- x11-libs/qt-qt3support:4
- x11-libs/qt-xml:4 ) ) )
+ qt4? ( || ( ( x11-libs/qt-gui:4
+ x11-libs/qt-opengl:4
+ x11-libs/qt-qt3support:4
+ x11-libs/qt-xml:4 )
+ =x11-libs/qt-4.3* ) )
fftw? ( sci-libs/fftw:3.0 )
python? ( dev-lang/python )
ruby? ( dev-lang/ruby )