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 4230E1396D9 for ; Tue, 21 Nov 2017 10:21:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91FD0E0EE3; Tue, 21 Nov 2017 10:21:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FDC3E0EE0 for ; Tue, 21 Nov 2017 10:21:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A2023402FE for ; Tue, 21 Nov 2017 10:21:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9179A23A for ; Tue, 21 Nov 2017 10:21:08 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1511259627.e9742e25a4746e6e4b2cf97cc5428689bcfc0d9d.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/geogebra/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/geogebra/geogebra-5.0.339.0_p20170308-r1.ebuild sci-mathematics/geogebra/geogebra-5.0.339.0_p20170308.ebuild X-VCS-Directories: sci-mathematics/geogebra/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: e9742e25a4746e6e4b2cf97cc5428689bcfc0d9d X-VCS-Branch: master Date: Tue, 21 Nov 2017 10:21:08 +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: 4145c8a7-c292-43bd-94b6-cf2a59738771 X-Archives-Hash: eb88dd5459e159f5509dd90cf836b8f0 commit: e9742e25a4746e6e4b2cf97cc5428689bcfc0d9d Author: Amy Liffey gentoo org> AuthorDate: Tue Nov 21 10:17:53 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Tue Nov 21 10:20:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9742e25 sci-mathematics/geogebra: enable oracle-jdk-bin during buildtime Closes:https://bugs.gentoo.org/615884 Package-Manager: Portage-2.3.8, Repoman-2.3.3 ...9.0_p20170308.ebuild => geogebra-5.0.339.0_p20170308-r1.ebuild} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/geogebra/geogebra-5.0.339.0_p20170308.ebuild b/sci-mathematics/geogebra/geogebra-5.0.339.0_p20170308-r1.ebuild similarity index 99% rename from sci-mathematics/geogebra/geogebra-5.0.339.0_p20170308.ebuild rename to sci-mathematics/geogebra/geogebra-5.0.339.0_p20170308-r1.ebuild index 22c7ea2ca1a..2ff4ab0b084 100644 --- a/sci-mathematics/geogebra/geogebra-5.0.339.0_p20170308.ebuild +++ b/sci-mathematics/geogebra/geogebra-5.0.339.0_p20170308-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils gnome2-utils xdg +inherit eutils gnome2-utils xdg java-pkg-2 MY_COMMIT_HASH="7d5ac993d3f88f6701f56edbfe325d86afcaad87" @@ -242,6 +242,7 @@ IUSE="" RESTRICT="bindist" DEPEND="dev-java/oracle-jdk-bin[javafx] >=dev-java/gradle-bin-3.0" + # Requires oracle-jdk/jre-bin because there is no openjfx ebuild as of now RDEPEND="|| ( dev-java/oracle-jre-bin[javafx] @@ -250,6 +251,10 @@ RDEPEND="|| ( S="${WORKDIR}/${PN}-${MY_COMMIT_HASH}/" +JAVA_PKG_WANT_BUILD_VM="oracle-jdk-bin-1.8" +JAVA_PKG_WANT_SOURCE="1.8" +JAVA_PKG_WANT_TARGET="1.8" + # Override the repositories with our local maven repository # so that it doesn't attemp to fetch from the network __set_gradle_repositories() {