diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-01-18 19:37:56 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-01-18 19:37:56 +0000 |
commit | eb6a8b31868e0e43164c32b27ce86b77d0c3ea29 (patch) | |
tree | 4abc89e29adff80390e0367982881cfdef58d055 /sci-physics | |
parent | Added a post-dependency on kde-base/kdebase-data, which provides the icons fo... (diff) | |
download | gentoo-2-eb6a8b31868e0e43164c32b27ce86b77d0c3ea29.tar.gz gentoo-2-eb6a8b31868e0e43164c32b27ce86b77d0c3ea29.tar.bz2 gentoo-2-eb6a8b31868e0e43164c32b27ce86b77d0c3ea29.zip |
Check for qt4 to be built with qt3support, closing bug #206540)
(Portage version: 2.1.4)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/root/root-5.18.00.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index 02673dbbef36..6618892f5e23 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -1,6 +1,9 @@ # 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.20 2008/01/17 20:58:44 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.21 2008/01/18 19:37:56 bicatali Exp $ + + 18 Jan 2008; Sébastien Fabbro <bicatali@gentoo.org> root-5.18.00.ebuild: + Check for qt4 to be built with qt3support, closing bug #206540) *root-5.18.00 (17 Jan 2008) diff --git a/sci-physics/root/root-5.18.00.ebuild b/sci-physics/root/root-5.18.00.ebuild index 9f699ee7c1a0..32b6bda53d03 100644 --- a/sci-physics/root/root-5.18.00.ebuild +++ b/sci-physics/root/root-5.18.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.18.00.ebuild,v 1.1 2008/01/17 20:58:44 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.18.00.ebuild,v 1.2 2008/01/18 19:37:56 bicatali Exp $ inherit versionator flag-o-matic eutils toolchain-funcs qt3 qt4 fortran @@ -33,7 +33,7 @@ RDEPEND="sys-apps/shadow kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) qt3? ( !qt4? ( $(qt_min_version 3.3.4) ) ) - qt4? ( $(qt_min_version 4.3) ) + qt4? ( $(qt4_min_version 4.3) ) fftw? ( >=sci-libs/fftw-3 ) python? ( dev-lang/python ) ruby? ( dev-lang/ruby ) @@ -48,6 +48,8 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${PN}" +QT4_BUILT_WITH_USE_CHECK="qt3support" + pkg_setup() { elog elog "You may want to build ROOT with these non Gentoo extra packages:" @@ -62,6 +64,7 @@ pkg_setup() { FORTRAN="gfortran g77 ifc" fortran_pkg_setup fi + use qt4 && qt4_pkg_setup } src_unpack() { |