commit: f94982a2d92d58ea08f06ca2bb02496c73023ac0 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Jun 21 18:47:45 2018 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Jun 21 18:47:45 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f94982a2
dev-java/netcdf: Fix deps Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-java/netcdf/netcdf-4.2.ebuild | 6 +++--- 1 file 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"