From e5bd078a6f428bddabfbad040844ae6481b8a33b Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 18 Oct 2012 21:43:25 +0000 Subject: 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) --- sci-libs/getdata/getdata-0.8.0.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sci-libs/getdata/getdata-0.8.0.ebuild') 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 } -- cgit v1.2.3-65-gdbad