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 F0F5D1396D9 for ; Tue, 10 Oct 2017 17:52:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EF6E2BC004; Tue, 10 Oct 2017 17:52:18 +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 0743B2BC004 for ; Tue, 10 Oct 2017 17:52:17 +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 87C8133DDA5 for ; Tue, 10 Oct 2017 17:52:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE4639092 for ; Tue, 10 Oct 2017 17:52:14 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1507657926.76b1900141687f90bf6b8c041d248044485659f2.nicolasbock@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/jabref-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/jabref-bin/jabref-bin-4.0.ebuild X-VCS-Directories: app-text/jabref-bin/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 76b1900141687f90bf6b8c041d248044485659f2 X-VCS-Branch: master Date: Tue, 10 Oct 2017 17:52:14 +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: 5d7e1ce0-a8d2-4645-8a9a-76551a9c3157 X-Archives-Hash: 6665db9862361ad9b661861e0ab9f7cc commit: 76b1900141687f90bf6b8c041d248044485659f2 Author: Nicolas Bock gentoo org> AuthorDate: Tue Oct 10 17:51:34 2017 +0000 Commit: Nicolas Bock gentoo org> CommitDate: Tue Oct 10 17:52:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b19001 app-text/jabref-bin: Restrict Java dependency JabRef-4.0 requires the javafx use flag [1]. At this point this means that we have to require Oracle JRE or JDK. This change switches from the virtual/jre dependency to a more explicit dependency on Oracle's Java. [1] https://help.jabref.org/en/FAQlinux#jabref-does-not-start-under-linux-what-can-i-do Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-text/jabref-bin/jabref-bin-4.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-text/jabref-bin/jabref-bin-4.0.ebuild b/app-text/jabref-bin/jabref-bin-4.0.ebuild index 4073ddea85f..7e05d096190 100644 --- a/app-text/jabref-bin/jabref-bin-4.0.ebuild +++ b/app-text/jabref-bin/jabref-bin-4.0.ebuild @@ -20,7 +20,10 @@ KEYWORDS="~amd64 ~x86" DEPEND="app-arch/unzip" -RDEPEND=">=virtual/jre-1.8" +RDEPEND=" + || ( dev-java/oracle-jre-bin:1.8[javafx] + dev-java/oracle-jdk-bin:1.8[javafx] ) +" S="${WORKDIR}"