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 9838C138334 for ; Fri, 1 Feb 2019 09:09:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CACD5E0AB8; Fri, 1 Feb 2019 09:09:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A3E32E0AB8 for ; Fri, 1 Feb 2019 09:09:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A698A335D3E for ; Fri, 1 Feb 2019 09:09:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1164535 for ; Fri, 1 Feb 2019 09:09:54 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1549012096.84cb8aded1f216eb7aea85e17095f685c3b7f672.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/icedtea/icedtea-3.10.0.ebuild X-VCS-Directories: dev-java/icedtea/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 84cb8aded1f216eb7aea85e17095f685c3b7f672 X-VCS-Branch: master Date: Fri, 1 Feb 2019 09:09:54 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ebdd88e3-e9b7-497f-837e-ac217d1cacfd X-Archives-Hash: 052d2468f200fa8a48ab1c131069787f commit: 84cb8aded1f216eb7aea85e17095f685c3b7f672 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Feb 1 08:52:43 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Feb 1 09:08:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84cb8ade dev-java/icedtea: allow building with openjdk{,-bin}:8 Bug: https://bugs.gentoo.org/672058 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> dev-java/icedtea/icedtea-3.10.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-java/icedtea/icedtea-3.10.0.ebuild b/dev-java/icedtea/icedtea-3.10.0.ebuild index d587d8cabe6..c47e7ca17b5 100644 --- a/dev-java/icedtea/icedtea-3.10.0.ebuild +++ b/dev-java/icedtea/icedtea-3.10.0.ebuild @@ -140,6 +140,8 @@ DEPEND="${COMMON_DEP} ${ALSA_COMMON_DEP} ${CUPS_COMMON_DEP} ${X_COMMON_DEP} ${X_ dev-java/icedtea-bin:7 dev-java/icedtea:8 dev-java/icedtea:7 + dev-java/openjdk:8 + dev-java/openjdk-bin:8 ) app-arch/cpio app-arch/unzip @@ -181,7 +183,8 @@ pkg_setup() { JAVA_PKG_WANT_BUILD_VM=" icedtea-8 icedtea-bin-8 - icedtea-7 icedtea-bin-7" + icedtea-7 icedtea-bin-7 + openjdk-8 openjdk-bin-8" JAVA_PKG_WANT_SOURCE="1.5" JAVA_PKG_WANT_TARGET="1.5"