diff options
author | 2008-04-22 08:13:19 +0000 | |
---|---|---|
committer | 2008-04-22 08:13:19 +0000 | |
commit | 795700fee460f5ff7136f9c06a335105c9268f3a (patch) | |
tree | ba3c56bb51edce6ca148e434aff84799a0122da5 /sci-libs/acml/acml-3.6.0-r1.ebuild | |
parent | Fix typo for bug #201093 (diff) | |
download | historical-795700fee460f5ff7136f9c06a335105c9268f3a.tar.gz historical-795700fee460f5ff7136f9c06a335105c9268f3a.tar.bz2 historical-795700fee460f5ff7136f9c06a335105c9268f3a.zip |
Re-organized dependencies for pkg-config (bug #217278)
Package-Manager: portage-2.1.5_rc4
Diffstat (limited to 'sci-libs/acml/acml-3.6.0-r1.ebuild')
-rw-r--r-- | sci-libs/acml/acml-3.6.0-r1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sci-libs/acml/acml-3.6.0-r1.ebuild b/sci-libs/acml/acml-3.6.0-r1.ebuild index 0138f36c2468..48fdb665bf16 100644 --- a/sci-libs/acml/acml-3.6.0-r1.ebuild +++ b/sci-libs/acml/acml-3.6.0-r1.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/acml/acml-3.6.0-r1.ebuild,v 1.8 2008/03/31 14:53:52 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild,v 1.9 2008/04/22 08:13:19 bicatali Exp $ inherit eutils toolchain-funcs fortran @@ -61,10 +61,6 @@ src_unpack() { FORTDIRS="$(ls -d ${FORT}*)" } -src_compile() { - einfo "Nothing to compile" -} - src_test() { for fort in ${FORTDIRS}; do einfo "Testing acml for $(basename ${fort})" |