summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-10-18 21:43:25 +0000
committerJustin Lecher <jlec@gentoo.org>2012-10-18 21:43:25 +0000
commite5bd078a6f428bddabfbad040844ae6481b8a33b (patch)
treecedbd4d14c296c88bea16d9a4bc4fc46b7bf5de9 /sci-libs/getdata/getdata-0.8.0.ebuild
parentsci-libs/fftw: Remove virtual/fortran and always call fortran-2_pkg_setup as ... (diff)
downloadgentoo-2-e5bd078a6f428bddabfbad040844ae6481b8a33b.tar.gz
gentoo-2-e5bd078a6f428bddabfbad040844ae6481b8a33b.tar.bz2
gentoo-2-e5bd078a6f428bddabfbad040844ae6481b8a33b.zip
sci-libs/getdata: 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/getdata/getdata-0.8.0.ebuild')
-rw-r--r--sci-libs/getdata/getdata-0.8.0.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-libs/getdata/getdata-0.8.0.ebuild b/sci-libs/getdata/getdata-0.8.0.ebuild
index 5ffab39a78ff..bdf10c3ad4bb 100644
--- a/sci-libs/getdata/getdata-0.8.0.ebuild
+++ b/sci-libs/getdata/getdata-0.8.0.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/getdata/getdata-0.8.0.ebuild,v 1.4 2012/10/14 19:01:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/getdata-0.8.0.ebuild,v 1.5 2012/10/18 21:43:25 jlec Exp $
EAPI=3
@@ -17,20 +17,19 @@ DESCRIPTION="Reference implementation of the Dirfile, format for time-ordered bi
HOMEPAGE="http://getdata.sourceforge.net/"
SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.bz2"
-LICENSE="LGPL-2.1"
SLOT="0"
+LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="bzip2 fortran lzma python perl static-libs"
DEPEND="
bzip2? ( app-arch/bzip2 )
lzma? ( app-arch/xz-utils )
- fortran? ( virtual/fortran )
perl? ( dev-lang/perl )"
RDEPEND="${DEPEND}"
pkg_setup() {
- use fortran && fortran-2_pkg_setup
+ fortran-2_pkg_setup
use python && python_pkg_setup
}