diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 14:44:33 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 14:44:33 +0000 |
commit | 7e282e5cafe78acf1c944661f20d4d570329bb64 (patch) | |
tree | 9321a6e7e46f2f812f441c0134ff8880506752ee /sci-libs/xgks-pmel | |
parent | Add dependency on virtual/fortran (diff) | |
download | gentoo-2-7e282e5cafe78acf1c944661f20d4d570329bb64.tar.gz gentoo-2-7e282e5cafe78acf1c944661f20d4d570329bb64.tar.bz2 gentoo-2-7e282e5cafe78acf1c944661f20d4d570329bb64.zip |
Add dependency on virtual/fortran
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/xgks-pmel')
-rw-r--r-- | sci-libs/xgks-pmel/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-libs/xgks-pmel/ChangeLog b/sci-libs/xgks-pmel/ChangeLog index 1a2ae383634e..138b3fa5afeb 100644 --- a/sci-libs/xgks-pmel/ChangeLog +++ b/sci-libs/xgks-pmel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/xgks-pmel # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/ChangeLog,v 1.6 2011/06/21 09:52:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/ChangeLog,v 1.7 2011/06/21 14:44:33 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> xgks-pmel-2.5.5.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> xgks-pmel-2.5.5.ebuild: Added fortran-2.eclass support diff --git a/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild b/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild index 95a5be386e47..a21a7b06d069 100644 --- a/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild +++ b/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild,v 1.6 2011/06/21 09:52:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild,v 1.7 2011/06/21 14:44:33 jlec Exp $ inherit eutils fortran-2 toolchain-funcs multilib @@ -12,7 +12,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="doc" -RDEPEND="x11-libs/libX11" +RDEPEND=" + virtual/fortran + x11-libs/libX11" DEPEND="${RDEPEND} sys-devel/flex |