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 4B814138331 for ; Tue, 3 Apr 2018 21:49:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F439E0DF3; Tue, 3 Apr 2018 21:49:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 19535E0DF3 for ; Tue, 3 Apr 2018 21:49:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7A237335D3C for ; Tue, 3 Apr 2018 21:49:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0989C264 for ; Tue, 3 Apr 2018 21:49:10 +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: <1522792138.971d71c9ecd3f43cf21f95d28a436d8b34aec7bb.slyfox@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-2.0-r3.ebuild X-VCS-Directories: dev-java/commons-lang/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 971d71c9ecd3f43cf21f95d28a436d8b34aec7bb X-VCS-Branch: master Date: Tue, 3 Apr 2018 21:49:10 +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-Archives-Salt: a0898e60-bc0d-4e25-9895-08ed21749eaf X-Archives-Hash: f85d2e7b24b918f714497d52f4fd6455 commit: 971d71c9ecd3f43cf21f95d28a436d8b34aec7bb Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Apr 3 21:48:58 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Apr 3 21:48:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971d71c9 dev-java/commons-lang: stable 2.0-r3 for ppc64, bug #648144 Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" dev-java/commons-lang/commons-lang-2.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/commons-lang/commons-lang-2.0-r3.ebuild b/dev-java/commons-lang/commons-lang-2.0-r3.ebuild index 9e2e50b4e9b..b65b01eba22 100644 --- a/dev-java/commons-lang/commons-lang-2.0-r3.ebuild +++ b/dev-java/commons-lang/commons-lang-2.0-r3.ebuild @@ -14,7 +14,7 @@ DEPEND=">=virtual/jdk-1.4 RDEPEND=">=virtual/jre-1.4" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" S="${WORKDIR}/${P}-src"