aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2018-06-21 19:47:45 +0100
committerJustin Lecher <jlec@gentoo.org>2018-06-21 19:47:45 +0100
commitf94982a2d92d58ea08f06ca2bb02496c73023ac0 (patch)
treeab390aa85be6672e066cca9b76aae0733bc65926 /dev-java
parentlicenses: Add missing licenses (diff)
downloadsci-f94982a2d92d58ea08f06ca2bb02496c73023ac0.tar.gz
sci-f94982a2d92d58ea08f06ca2bb02496c73023ac0.tar.bz2
sci-f94982a2d92d58ea08f06ca2bb02496c73023ac0.zip
dev-java/netcdf: Fix deps
Signed-off-by: Justin Lecher <jlec@gentoo.org> Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/netcdf/netcdf-4.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/netcdf/netcdf-4.2.ebuild b/dev-java/netcdf/netcdf-4.2.ebuild
index c44f5d9b6..1c9c9c42c 100644
--- a/dev-java/netcdf/netcdf-4.2.ebuild
+++ b/dev-java/netcdf/netcdf-4.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
JAVA_PKG_IUSE="doc examples source test"
inherit eutils java-pkg-2 java-ant-2
@@ -27,7 +27,7 @@ CDEPEND="
dev-java/joda-time
dev-java/log4j
dev-java/slf4j-api
- dev-libs/protobuf[java]"
+ dev-java/protobuf-java"
RDEPEND="${CDEPEND}
>=virtual/jre-1.5"