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 8B173158043 for ; Sun, 14 Apr 2024 18:40:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5049E29B5; Sun, 14 Apr 2024 18:40:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id AD77BE29B5 for ; Sun, 14 Apr 2024 18:40:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EA5F0343388 for ; Sun, 14 Apr 2024 18:40:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59D53AB7 for ; Sun, 14 Apr 2024 18:40:33 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1713120029.4d10cdb3f1a27f08ea465112af4a9bf346aaff98.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-validator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/commons-validator/commons-validator-1.8.0.ebuild X-VCS-Directories: dev-java/commons-validator/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 4d10cdb3f1a27f08ea465112af4a9bf346aaff98 X-VCS-Branch: master Date: Sun, 14 Apr 2024 18:40: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: 6909da90-f0b5-4e20-8d7a-f0764a3c54da X-Archives-Hash: f5e924840f69f3852418d0f2b472157a commit: 4d10cdb3f1a27f08ea465112af4a9bf346aaff98 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Apr 14 18:40:29 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Apr 14 18:40:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d10cdb3 dev-java/commons-validator: Stabilize 1.8.0 amd64, #930004 Signed-off-by: Arthur Zamarin gentoo.org> dev-java/commons-validator/commons-validator-1.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/commons-validator/commons-validator-1.8.0.ebuild b/dev-java/commons-validator/commons-validator-1.8.0.ebuild index 3cb73b0c5c09..e92d0c4c8374 100644 --- a/dev-java/commons-validator/commons-validator-1.8.0.ebuild +++ b/dev-java/commons-validator/commons-validator-1.8.0.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${P}-src" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ppc64 x86" +KEYWORDS="amd64 ppc64 x86" RESTRICT="test" #839681 VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/commons.apache.org.asc"