diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-07-10 05:47:55 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-07-10 05:47:55 +0000 |
commit | 82652fb57a932046bf03b47252d252e14136b2f1 (patch) | |
tree | 6ffc8a044426d5d231520fcd678232a448386ed4 /sci-chemistry | |
parent | Clarify no-stripping message. (diff) | |
download | gentoo-2-82652fb57a932046bf03b47252d252e14136b2f1.tar.gz gentoo-2-82652fb57a932046bf03b47252d252e14136b2f1.tar.bz2 gentoo-2-82652fb57a932046bf03b47252d252e14136b2f1.zip |
Fix f2c dep to libf2c.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/mopac7/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/mopac7/mopac7-1.00.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-chemistry/mopac7/ChangeLog b/sci-chemistry/mopac7/ChangeLog index 13192061f22d..291867af7421 100644 --- a/sci-chemistry/mopac7/ChangeLog +++ b/sci-chemistry/mopac7/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/mopac7 # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mopac7/ChangeLog,v 1.1 2005/07/08 06:55:29 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mopac7/ChangeLog,v 1.2 2005/07/10 05:47:55 spyderous Exp $ + + 10 Jul 2005; Donnie Berkholz <spyderous@gentoo.org>; mopac7-1.00.ebuild: + Fix f2c dep to libf2c. *mopac7-1.00 (08 Jul 2005) diff --git a/sci-chemistry/mopac7/mopac7-1.00.ebuild b/sci-chemistry/mopac7/mopac7-1.00.ebuild index fbeb4b783c49..166704048af0 100644 --- a/sci-chemistry/mopac7/mopac7-1.00.ebuild +++ b/sci-chemistry/mopac7/mopac7-1.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mopac7/mopac7-1.00.ebuild,v 1.1 2005/07/08 06:55:29 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mopac7/mopac7-1.00.ebuild,v 1.2 2005/07/10 05:47:55 spyderous Exp $ inherit flag-o-matic @@ -11,11 +11,11 @@ LICENSE="mopac7" SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="dev-lang/f2c +DEPEND="dev-libs/libf2c sys-devel/autoconf sys-devel/automake sys-devel/libtool" -RDEPEND="dev-lang/f2c" +RDEPEND="dev-libs/libf2c" src_compile() { libtoolize --copy --force |