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 AA1EA1382C5 for ; Wed, 17 Jun 2020 19:39:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9A34E0978; Wed, 17 Jun 2020 19:39:37 +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 BFAD9E0978 for ; Wed, 17 Jun 2020 19:39:37 +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 4EB0434F33E for ; Wed, 17 Jun 2020 19:39:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEEC42A1 for ; Wed, 17 Jun 2020 19:39:33 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1592422771.57e51c3bf0a3d83f0d299aab9ff72d5b3c5a7511.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/javahelp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/javahelp/javahelp-2.0.05_p20170719.ebuild X-VCS-Directories: dev-java/javahelp/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 57e51c3bf0a3d83f0d299aab9ff72d5b3c5a7511 X-VCS-Branch: master Date: Wed, 17 Jun 2020 19:39:33 +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: 16a6bda6-e8c0-4657-813d-e22c8d1ac0ee X-Archives-Hash: e0029dfabc2835d2a601b49df90b68b4 commit: 57e51c3bf0a3d83f0d299aab9ff72d5b3c5a7511 Author: Rick Farina gentoo org> AuthorDate: Wed Jun 17 19:39:19 2020 +0000 Commit: Rick Farina gentoo org> CommitDate: Wed Jun 17 19:39:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e51c3b dev-java/javahelp: fix build when system-vm :11 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Rick Farina gentoo.org> dev-java/javahelp/javahelp-2.0.05_p20170719.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/javahelp/javahelp-2.0.05_p20170719.ebuild b/dev-java/javahelp/javahelp-2.0.05_p20170719.ebuild index 0caa6c36ddf..60d65c15cbf 100644 --- a/dev-java/javahelp/javahelp-2.0.05_p20170719.ebuild +++ b/dev-java/javahelp/javahelp-2.0.05_p20170719.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ CDEPEND="java-virtuals/servlet-api:2.4" RDEPEND=">=virtual/jre-1.4 ${CDEPEND}" -DEPEND=">=virtual/jdk-1.4 +DEPEND="virtual/jdk:1.8 ${CDEPEND}" S="${WORKDIR}/${PN}-${COMMIT}"