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 BB8F313835B for ; Sun, 25 Apr 2021 09:18:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5FCDE0844; Sun, 25 Apr 2021 09:18:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B2BF0E0845 for ; Sun, 25 Apr 2021 09:18:20 +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 EF58E3411E0 for ; Sun, 25 Apr 2021 09:18:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD4FE74F for ; Sun, 25 Apr 2021 09:18:16 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1619342291.a47cac103445f26ff4f8d4a3a289c6ae380c9727.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-logging/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/commons-logging/commons-logging-1.2-r3.ebuild X-VCS-Directories: dev-java/commons-logging/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: a47cac103445f26ff4f8d4a3a289c6ae380c9727 X-VCS-Branch: master Date: Sun, 25 Apr 2021 09:18:16 +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: 5cc2adb3-c8b9-448e-9f37-a52f9e2985f4 X-Archives-Hash: 4bdcb2655540b94af6f12817990ad1f9 commit: a47cac103445f26ff4f8d4a3a289c6ae380c9727 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Apr 25 09:16:37 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Apr 25 09:18:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47cac10 dev-java/commons-logging: keyworded 1.2-r3 for ppc64 keyworded wrt bug #784776 Package-Manager: Portage-3.0.18, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-java/commons-logging/commons-logging-1.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/commons-logging/commons-logging-1.2-r3.ebuild b/dev-java/commons-logging/commons-logging-1.2-r3.ebuild index 43b5a612518..bc6d4e26fd4 100644 --- a/dev-java/commons-logging/commons-logging-1.2-r3.ebuild +++ b/dev-java/commons-logging/commons-logging-1.2-r3.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://apache/commons/logging/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="avalon-framework avalon-logkit log4j servletapi test" RESTRICT="!test? ( test ) !servletapi? ( test )"