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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0789158094 for ; Fri, 8 Jul 2022 21:29:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8B14E0DDA; Fri, 8 Jul 2022 21:29:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3B66E0DDA for ; Fri, 8 Jul 2022 21:29:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8731F340E1F for ; Fri, 8 Jul 2022 21:29:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04FA24EC for ; Fri, 8 Jul 2022 21:29:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657315755.e3a28ebc7836d1de5857dab48a2e8ab207ce7078.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/xml-commons-resolver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/xml-commons-resolver/xml-commons-resolver-1.2-r3.ebuild X-VCS-Directories: dev-java/xml-commons-resolver/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e3a28ebc7836d1de5857dab48a2e8ab207ce7078 X-VCS-Branch: master Date: Fri, 8 Jul 2022 21:29:48 +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: 01b7e00e-68cf-4c99-b506-702b9964ad91 X-Archives-Hash: b9d957d545aaad80bd97c30221669099 commit: e3a28ebc7836d1de5857dab48a2e8ab207ce7078 Author: Sam James gentoo org> AuthorDate: Fri Jul 8 21:29:15 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 8 21:29:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a28ebc dev-java/xml-commons-resolver: Stabilize 1.2-r3 amd64, #856979 Signed-off-by: Sam James gentoo.org> dev-java/xml-commons-resolver/xml-commons-resolver-1.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/xml-commons-resolver/xml-commons-resolver-1.2-r3.ebuild b/dev-java/xml-commons-resolver/xml-commons-resolver-1.2-r3.ebuild index df851d6671ae..d3af110b32a9 100644 --- a/dev-java/xml-commons-resolver/xml-commons-resolver-1.2-r3.ebuild +++ b/dev-java/xml-commons-resolver/xml-commons-resolver-1.2-r3.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://apache/xerces/xml-commons/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*"