From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0429913888F for ; Sat, 24 Oct 2015 14:16:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0DCF21C004; Sat, 24 Oct 2015 14:16:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30FE821C004 for ; Sat, 24 Oct 2015 14:16:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 688F1340A51 for ; Sat, 24 Oct 2015 14:16:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBDA6179E for ; Sat, 24 Oct 2015 14:16:24 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1445696052.74617885f86cfe9db488fb74bda7d9523adcc8cc.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/bcpg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/bcpg/bcpg-1.50-r1.ebuild X-VCS-Directories: dev-java/bcpg/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 74617885f86cfe9db488fb74bda7d9523adcc8cc X-VCS-Branch: master Date: Sat, 24 Oct 2015 14:16:24 +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: cb980e71-de16-4a5d-b6b6-bfae71a86eec X-Archives-Hash: c676d31ca8eb8dad07d292d4fee84f3a commit: 74617885f86cfe9db488fb74bda7d9523adcc8cc Author: Patrice Clement gentoo org> AuthorDate: Sat Oct 24 10:35:36 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Oct 24 14:14:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74617885 dev-java/bcpg: Stable for amd64. Stable for ppc+ppc64+x86 using the ALLARCHES policy. Fixes bug 563832. Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement gentoo.org> dev-java/bcpg/bcpg-1.50-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/bcpg/bcpg-1.50-r1.ebuild b/dev-java/bcpg/bcpg-1.50-r1.ebuild index 79bd27f..83efd14 100644 --- a/dev-java/bcpg/bcpg-1.50-r1.ebuild +++ b/dev-java/bcpg/bcpg-1.50-r1.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="1.50" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" # Tests are currently broken. Appears to need older version of bcprov; but since bcprov is not slotted, this can cause conflicts. # Needs further investigation; though, only a small part has tests and there are no tests for bcpg itself.