diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-06-24 00:02:33 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-06-24 00:02:33 +0000 |
commit | 3880a1a42d8c3f66f6f1c8d04b8c80758e4f1f94 (patch) | |
tree | 8da9c8378e3e688bec82650f53211986b4fae198 /sci-astronomy/orsa | |
parent | USE flag qt->qt3/qt4 change (diff) | |
download | historical-3880a1a42d8c3f66f6f1c8d04b8c80758e4f1f94.tar.gz historical-3880a1a42d8c3f66f6f1c8d04b8c80758e4f1f94.tar.bz2 historical-3880a1a42d8c3f66f6f1c8d04b8c80758e4f1f94.zip |
USE flag qt->qt3/qt4 change
Package-Manager: portage-2.1.1_pre1-r1
Diffstat (limited to 'sci-astronomy/orsa')
-rw-r--r-- | sci-astronomy/orsa/ChangeLog | 4 | ||||
-rw-r--r-- | sci-astronomy/orsa/orsa-0.6.1.ebuild | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sci-astronomy/orsa/ChangeLog b/sci-astronomy/orsa/ChangeLog index 15ac3f54c8aa..456deb638569 100644 --- a/sci-astronomy/orsa/ChangeLog +++ b/sci-astronomy/orsa/ChangeLog @@ -1,9 +1,9 @@ # ChangeLog for sci-astronomy/orsa # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/ChangeLog,v 1.11 2006/06/23 23:59:31 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/ChangeLog,v 1.12 2006/06/24 00:02:33 cardoe Exp $ 23 Jun 2006; Doug Goldstein <cardoe@gentoo.org> orsa-0.6.1.ebuild: - USE flag qt->qt3/qt4 change + USE flag qt->qt3/qt4 change 04 Jan 2006; Olivier Fisette <ribosome@gentoo.org> orsa-0.6.1.ebuild: Do not depend on "virtual/libc" (package not in system target). diff --git a/sci-astronomy/orsa/orsa-0.6.1.ebuild b/sci-astronomy/orsa/orsa-0.6.1.ebuild index 1fbfa3020bce..81fb88e86017 100644 --- a/sci-astronomy/orsa/orsa-0.6.1.ebuild +++ b/sci-astronomy/orsa/orsa-0.6.1.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/sci-astronomy/orsa/orsa-0.6.1.ebuild,v 1.7 2006/01/04 23:19:16 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/orsa-0.6.1.ebuild,v 1.8 2006/06/23 23:59:31 cardoe Exp $ inherit base flag-o-matic qt3 @@ -11,13 +11,13 @@ SRC_URI="mirror://sourceforge/orsa/${P/_/-}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" -IUSE="opengl mpi fftw ginac cln gsl qt" +IUSE="opengl mpi fftw ginac cln gsl qt3" S="${WORKDIR}/${P/_/-}" DEPEND="fftw? ( =sci-libs/fftw-2.1* ) >=sci-libs/gsl-1.3 - qt? ( $(qt_min_version 3.3) ) + qt3? ( $(qt_min_version 3.3) ) >=sys-libs/readline-4.2 mpi? ( sys-cluster/lam-mpi ) ginac? ( >=sci-mathematics/ginac-1.2.0 ) @@ -45,7 +45,7 @@ src_compile() { if ! use fftw; then sed -e 's/have_fftw=yes/have_fftw=no/' -i configure fi - if ! use qt; then + if ! use qt3; then myconf="${myconf} --with-qt-dir=/no/such/file" else addwrite "${QTDIR}/etc/settings" |