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 1AD7613835A for ; Tue, 9 Jun 2020 13:53:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61794E08EC; Tue, 9 Jun 2020 13:53:41 +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 4E0BCE08EC for ; Tue, 9 Jun 2020 13:53:41 +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 83E8734F180 for ; Tue, 9 Jun 2020 13:53:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13EF6299 for ; Tue, 9 Jun 2020 13:53:38 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1591710785.35c9ca31771e712b9dadb8d6bfeafbbadefacf00.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-lang/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/commons-lang/commons-lang-3.1.ebuild X-VCS-Directories: dev-java/commons-lang/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 35c9ca31771e712b9dadb8d6bfeafbbadefacf00 X-VCS-Branch: master Date: Tue, 9 Jun 2020 13:53:38 +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: cf957376-5f6e-48d4-b382-adcfa2e4642f X-Archives-Hash: 6d872dbccf3fff3ab97334c89433287b commit: 35c9ca31771e712b9dadb8d6bfeafbbadefacf00 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Jun 9 13:53:05 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Jun 9 13:53:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c9ca31 dev-java/commons-lang: x86 stable wrt bug #721154 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-java/commons-lang/commons-lang-3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/commons-lang/commons-lang-3.1.ebuild b/dev-java/commons-lang/commons-lang-3.1.ebuild index dfd17bcb903..ec1a4a37c14 100644 --- a/dev-java/commons-lang/commons-lang-3.1.ebuild +++ b/dev-java/commons-lang/commons-lang-3.1.ebuild @@ -19,7 +19,7 @@ RDEPEND=">=virtual/jre-1.5" LICENSE="Apache-2.0" SLOT="3.1" -KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" +KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" S="${WORKDIR}/${MY_P}-src"