commit: 7b679189f13f72076413103a9b0958b4ab79d9a8
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 15:45:30 2016 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 15:48:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b679189
dev-java/netbeans-cnd: restricted to jdk 1.8 in netbeans slot 8.2
Package-Manager: portage-2.3.2
dev-java/netbeans-cnd/netbeans-cnd-8.2.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/dev-java/netbeans-cnd/netbeans-cnd-8.2.ebuild
b/dev-java/netbeans-cnd/netbeans-cnd-8.2.ebuild
index 696f47a..bdc24f1 100644
--- a/dev-java/netbeans-cnd/netbeans-cnd-8.2.ebuild
+++ b/dev-java/netbeans-cnd/netbeans-cnd-8.2.ebuild
@@ -25,17 +25,16 @@ S="${WORKDIR}"
# These files are for remote development and debugging
QA_PREBUILT="usr/share/netbeans-cnd-${SLOT}/bin/*"
-CDEPEND="~dev-java/netbeans-dlight-${PV}
+CDEPEND="virtual/jdk:1.8
+ ~dev-java/netbeans-dlight-${PV}
~dev-java/netbeans-harness-${PV}
~dev-java/netbeans-ide-${PV}
~dev-java/netbeans-platform-${PV}"
-DEPEND=">=virtual/jdk-1.7
+DEPEND="${CDEPEND}
app-arch/unzip
>=dev-java/jna-3.4.0
- ${CDEPEND}
dev-java/javahelp:0"
-RDEPEND="|| ( virtual/jdk:1.7 virtual/jdk:1.8 )
- ${CDEPEND}"
+RDEPEND="${CDEPEND}"
INSTALL_DIR="/usr/share/${PN}-${SLOT}"