summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-29 13:50:10 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-29 14:06:05 +0200
commitf70fbc48c682c903894f9ca6e4a122ebf5288ff8 (patch)
tree95646ab319ebfcaef5c3c43dfb3198fb424e2acc
parentprofiles: correct mask for sci-libs/mmdb again (diff)
downloadgentoo-f70fbc48c682c903894f9ca6e4a122ebf5288ff8.tar.gz
gentoo-f70fbc48c682c903894f9ca6e4a122ebf5288ff8.tar.bz2
gentoo-f70fbc48c682c903894f9ca6e4a122ebf5288ff8.zip
sci-libs/gpp4: Bump to EAPI=5 and fix slot of mmdb dep
Package-Manager: portage-2.2.22 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--sci-libs/gpp4/gpp4-1.3.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/gpp4/gpp4-1.3.1.ebuild b/sci-libs/gpp4/gpp4-1.3.1.ebuild
index c420238f2d56..584c56258add 100644
--- a/sci-libs/gpp4/gpp4-1.3.1.ebuild
+++ b/sci-libs/gpp4/gpp4-1.3.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=5
FORTRAN_NEEDED=fortran
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="fortran static-libs"
-RDEPEND="sci-libs/mmdb"
+RDEPEND="sci-libs/mmdb:0="
DEPEND="${RDEPEND}"
src_configure() {