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 6F5841382C5 for ; Fri, 12 Mar 2021 12:18:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE2D4E09B6; Fri, 12 Mar 2021 12:18: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 AA0D9E09B6 for ; Fri, 12 Mar 2021 12:18: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 B8679340AC0 for ; Fri, 12 Mar 2021 12:18:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EA0F59B for ; Fri, 12 Mar 2021 12:18:09 +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: <1615551483.94583c40eaf6029c0f5b53b82a9f62f903dbee0c.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/xsdlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/xsdlib/xsdlib-20090415-r1.ebuild dev-java/xsdlib/xsdlib-20090415.ebuild X-VCS-Directories: dev-java/xsdlib/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 94583c40eaf6029c0f5b53b82a9f62f903dbee0c X-VCS-Branch: master Date: Fri, 12 Mar 2021 12:18:09 +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: 593c1210-d217-4a48-8a31-879559bfb857 X-Archives-Hash: e167cdaa02029b1c22fe0659b0b755f4 commit: 94583c40eaf6029c0f5b53b82a9f62f903dbee0c Author: Miroslav Šulc gentoo org> AuthorDate: Fri Mar 12 10:22:54 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri Mar 12 12:18:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94583c40 dev-java/xsdlib: min jdk/jre 1.8 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/xsdlib/{xsdlib-20090415.ebuild => xsdlib-20090415-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/xsdlib/xsdlib-20090415.ebuild b/dev-java/xsdlib/xsdlib-20090415-r1.ebuild similarity index 96% rename from dev-java/xsdlib/xsdlib-20090415.ebuild rename to dev-java/xsdlib/xsdlib-20090415-r1.ebuild index 8628881c0ab..58537f49874 100644 --- a/dev-java/xsdlib/xsdlib-20090415.ebuild +++ b/dev-java/xsdlib/xsdlib-20090415-r1.ebuild @@ -20,9 +20,9 @@ COMMON_DEP=" dev-java/relaxng-datatype:0" BDEPEND="app-arch/unzip" RDEPEND="${COMMON_DEP} - >=virtual/jre-1.4" + >=virtual/jre-1.8:*" DEPEND="${COMMON_DEP} - >=virtual/jdk-1.4" + >=virtual/jdk-1.8:*" S="${WORKDIR}/${P}"