diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-05-12 13:28:05 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-05-12 13:28:05 +0000 |
commit | 7b0a31f7e2299c90b83f216160370285c64485a2 (patch) | |
tree | 5d003383efaf901765a90229f91bf76d4478fabe /sci-libs/itpp/itpp-4.0.3.ebuild | |
parent | Removed runtime dependencies on libtool (fixes bug #221633). (diff) | |
download | historical-7b0a31f7e2299c90b83f216160370285c64485a2.tar.gz historical-7b0a31f7e2299c90b83f216160370285c64485a2.tar.bz2 historical-7b0a31f7e2299c90b83f216160370285c64485a2.zip |
Removed runtime dependency on app-doc/doxygen (fixed bug #221689).
Package-Manager: portage-2.1.5_rc7
Diffstat (limited to 'sci-libs/itpp/itpp-4.0.3.ebuild')
-rw-r--r-- | sci-libs/itpp/itpp-4.0.3.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sci-libs/itpp/itpp-4.0.3.ebuild b/sci-libs/itpp/itpp-4.0.3.ebuild index 01f3225555c8..2f847a212585 100644 --- a/sci-libs/itpp/itpp-4.0.3.ebuild +++ b/sci-libs/itpp/itpp-4.0.3.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-libs/itpp/itpp-4.0.3.ebuild,v 1.7 2008/04/09 02:52:18 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.3.ebuild,v 1.8 2008/05/12 13:28:05 markusle Exp $ inherit fortran flag-o-matic @@ -13,12 +13,14 @@ SLOT="0" KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="blas debug doc fftw lapack minimal" -DEPEND="!minimal? ( fftw? ( >=sci-libs/fftw-3.0.0 ) ) +RDEPEND="!minimal? ( fftw? ( >=sci-libs/fftw-3.0.0 ) ) blas? ( virtual/blas - lapack? ( virtual/lapack ) ) + lapack? ( virtual/lapack ) )" +DEPEND="${RDEPEND} doc? ( app-doc/doxygen virtual/tetex )" + pkg_setup() { # lapack can only be used in conjunction with blas if use lapack && ! use blas; then |