From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 633AE1395E4 for ; Thu, 10 Nov 2016 15:49:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 877CAE09C5; Thu, 10 Nov 2016 15:49:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F7ECE09C5 for ; Thu, 10 Nov 2016 15:49:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77EEB341664 for ; Thu, 10 Nov 2016 15:49:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A68ED24C0 for ; Thu, 10 Nov 2016 15:49:43 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1478792903.51b76db4fb25c6a7dde2956be143c6ad6028a90a.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netbeans-ide/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/netbeans-ide/netbeans-ide-8.2.ebuild X-VCS-Directories: dev-java/netbeans-ide/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 51b76db4fb25c6a7dde2956be143c6ad6028a90a X-VCS-Branch: master Date: Thu, 10 Nov 2016 15:49:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ff1ed054-65c6-440f-9059-cf2f4cd74302 X-Archives-Hash: 945e5cd966de5117eb49fbb4ab2dcb44 commit: 51b76db4fb25c6a7dde2956be143c6ad6028a90a Author: Miroslav Šulc gentoo org> AuthorDate: Thu Nov 10 15:46:20 2016 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Nov 10 15:48:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b76db4 dev-java/netbeans-ide: restricted to jdk 1.8 in netbeans slot 8.2 Package-Manager: portage-2.3.2 dev-java/netbeans-ide/netbeans-ide-8.2.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-java/netbeans-ide/netbeans-ide-8.2.ebuild b/dev-java/netbeans-ide/netbeans-ide-8.2.ebuild index 8c51a8f..30d7004 100644 --- a/dev-java/netbeans-ide/netbeans-ide-8.2.ebuild +++ b/dev-java/netbeans-ide/netbeans-ide-8.2.ebuild @@ -87,7 +87,8 @@ KEYWORDS="~amd64 ~x86" IUSE="" S="${WORKDIR}" -CDEPEND="~dev-java/netbeans-harness-${PV} +CDEPEND="virtual/jdk:1.8 + ~dev-java/netbeans-harness-${PV} ~dev-java/netbeans-platform-${PV} >=dev-java/antlr-4.5:4 dev-java/commons-compress:0 @@ -120,15 +121,13 @@ CDEPEND="~dev-java/netbeans-harness-${PV} # dev-java/jaxb:2 upstream version contains more stuff so websvccommon does not compile with ours # dev-java/jzlib:0 fails with "Missing manifest tag OpenIDE-Module" # dev-java/trilead-ssh2:0 in overlay -DEPEND=">=virtual/jdk-1.7 +DEPEND="${CDEPEND} app-arch/unzip dev-java/commons-codec:0 - ${CDEPEND} dev-java/javacc:0 dev-java/javahelp:0 dev-java/jna:0" -RDEPEND="|| ( virtual/jdk:1.7 virtual/jdk:1.8 ) - ${CDEPEND}" +RDEPEND="${CDEPEND}" INSTALL_DIR="/usr/share/${PN}-${SLOT}"