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 6E52A1395E2 for ; Thu, 10 Nov 2016 15:50:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2511E0B0D; Thu, 10 Nov 2016 15:50:02 +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 B500CE0B0D for ; Thu, 10 Nov 2016 15:49:57 +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 CD431341662 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 092CA24C5 for ; Thu, 10 Nov 2016 15:49:44 +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: <1478792914.8bf4c0617aae4c7fc79792d3496bc72669a20612.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netbeans-nb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/netbeans-nb/netbeans-nb-8.2.ebuild X-VCS-Directories: dev-java/netbeans-nb/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 8bf4c0617aae4c7fc79792d3496bc72669a20612 X-VCS-Branch: master Date: Thu, 10 Nov 2016 15:49:44 +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: 15634561-4654-4461-8488-2a51e6f48508 X-Archives-Hash: ed11a70ed5f9d0a37629499127623403 commit: 8bf4c0617aae4c7fc79792d3496bc72669a20612 Author: Miroslav Šulc gentoo org> AuthorDate: Thu Nov 10 15:47:02 2016 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Nov 10 15:48:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf4c061 dev-java/netbeans-nb: restricted to jdk 1.8 in netbeans slot 8.2 Package-Manager: portage-2.3.2 dev-java/netbeans-nb/netbeans-nb-8.2.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-java/netbeans-nb/netbeans-nb-8.2.ebuild b/dev-java/netbeans-nb/netbeans-nb-8.2.ebuild index 18e2351..f1725af 100644 --- a/dev-java/netbeans-nb/netbeans-nb-8.2.ebuild +++ b/dev-java/netbeans-nb/netbeans-nb-8.2.ebuild @@ -17,15 +17,14 @@ KEYWORDS="~amd64 ~x86" IUSE="" S="${WORKDIR}" -CDEPEND="~dev-java/netbeans-platform-${PV} +CDEPEND="virtual/jdk:1.8 + ~dev-java/netbeans-platform-${PV} ~dev-java/netbeans-harness-${PV} ~dev-java/netbeans-ide-${PV}" -DEPEND=">=virtual/jdk-1.7 +DEPEND="${CDEPEND} app-arch/unzip - ${CDEPEND} dev-java/javahelp:0" -RDEPEND="|| ( virtual/jdk:1.7 virtual/jdk:1.8 ) - ${CDEPEND}" +RDEPEND="${CDEPEND}" INSTALL_DIR="/usr/share/${PN}-${SLOT}"