diff options
author | George Shapovalov <george@gentoo.org> | 2004-05-17 00:31:07 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2004-05-17 00:31:07 +0000 |
commit | 9cf37f4c91a76c38356d2932502d38b83261d96a (patch) | |
tree | 399e29625b03b9f4bae7182a79adcf5c6aac0515 /app-sci | |
parent | moved ifc flag from local to global use.desc (diff) | |
download | gentoo-2-9cf37f4c91a76c38356d2932502d38b83261d96a.tar.gz gentoo-2-9cf37f4c91a76c38356d2932502d38b83261d96a.tar.bz2 gentoo-2-9cf37f4c91a76c38356d2932502d38b83261d96a.zip |
updated libtool dependency to require correct version
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/blas-atlas/blas-atlas-3.6.0.ebuild | 4 | ||||
-rw-r--r-- | app-sci/blas-reference/blas-reference-19940131.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild b/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild index 9a444fcc5ae4..b4a884d2d318 100644 --- a/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild +++ b/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild,v 1.3 2004/05/13 01:48:32 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild,v 1.4 2004/05/17 00:31:07 george Exp $ inherit eutils @@ -16,7 +16,7 @@ KEYWORDS="~x86 ~amd64 ~ppc" IUSE="doc" DEPEND="app-sci/blas-config - sys-devel/libtool" + >=sys-devel/libtool-1.5" RDEPEND="" diff --git a/app-sci/blas-reference/blas-reference-19940131.ebuild b/app-sci/blas-reference/blas-reference-19940131.ebuild index 192948a81228..a0221175946e 100644 --- a/app-sci/blas-reference/blas-reference-19940131.ebuild +++ b/app-sci/blas-reference/blas-reference-19940131.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-reference/blas-reference-19940131.ebuild,v 1.3 2004/05/12 22:30:19 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-reference/blas-reference-19940131.ebuild,v 1.4 2004/05/17 00:30:02 george Exp $ Name="blas" DESCRIPTION="FORTRAN reference implementation of the BLAS (linear algebra lib)" @@ -13,7 +13,7 @@ KEYWORDS="~x86" IUSE="ifc" DEPEND="app-sci/blas-config - sys-devel/libtool + >=sys-devel/libtool-1.5 ifc? ( dev-lang/ifc )" RDEPEND="ifc? ( dev-lang/ifc )" # Need ifc runtime libraries |