diff options
author | 2012-10-18 21:44:47 +0000 | |
---|---|---|
committer | 2012-10-18 21:44:47 +0000 | |
commit | f9b930ba3c91907c7bd4361722188d39ae52c091 (patch) | |
tree | e9ac6ab56ffa62491ffe600676ebe5b5d67cec90 /sci-libs/gpp4 | |
parent | sci-libs/getdata: Remove virtual/fortran and always call fortran-2_pkg_setup ... (diff) | |
download | gentoo-2-f9b930ba3c91907c7bd4361722188d39ae52c091.tar.gz gentoo-2-f9b930ba3c91907c7bd4361722188d39ae52c091.tar.bz2 gentoo-2-f9b930ba3c91907c7bd4361722188d39ae52c091.zip |
sci-libs/gpp4: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs/gpp4')
-rw-r--r-- | sci-libs/gpp4/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/gpp4/gpp4-1.3.1.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/gpp4/metadata.xml | 1 |
3 files changed, 7 insertions, 6 deletions
diff --git a/sci-libs/gpp4/ChangeLog b/sci-libs/gpp4/ChangeLog index 4aca5fdd8b27..f14806db0ac1 100644 --- a/sci-libs/gpp4/ChangeLog +++ b/sci-libs/gpp4/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/gpp4 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/ChangeLog,v 1.4 2012/10/14 19:01:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/ChangeLog,v 1.5 2012/10/18 21:44:47 jlec Exp $ + + 18 Oct 2012; Justin Lecher <jlec@gentoo.org> gpp4-1.3.1.ebuild, metadata.xml: + Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the + updated fortran-2.eclass 14 Oct 2012; Justin Lecher <jlec@gentoo.org> gpp4-1.3.1.ebuild: Prepare for fortran2.eclass update diff --git a/sci-libs/gpp4/gpp4-1.3.1.ebuild b/sci-libs/gpp4/gpp4-1.3.1.ebuild index dacfba2cdf01..5488b45e9ab1 100644 --- a/sci-libs/gpp4/gpp4-1.3.1.ebuild +++ b/sci-libs/gpp4/gpp4-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/gpp4-1.3.1.ebuild,v 1.4 2012/10/14 19:01:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/gpp4-1.3.1.ebuild,v 1.5 2012/10/18 21:44:47 jlec Exp $ EAPI=4 @@ -17,9 +17,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="fortran static-libs" -RDEPEND=" - fortran? ( virtual/fortran ) - sci-libs/mmdb" +RDEPEND="sci-libs/mmdb" DEPEND="${RDEPEND}" src_configure() { diff --git a/sci-libs/gpp4/metadata.xml b/sci-libs/gpp4/metadata.xml index 315e9c460eb7..1837bbc07a6e 100644 --- a/sci-libs/gpp4/metadata.xml +++ b/sci-libs/gpp4/metadata.xml @@ -6,4 +6,3 @@ <email>jlec@gentoo.org</email> </maintainer> </pkgmetadata> - |