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 741A51382C5 for ; Thu, 1 Mar 2018 08:39:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14A12E0948; Thu, 1 Mar 2018 08:39:55 +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 E3DF0E0948 for ; Thu, 1 Mar 2018 08:39:54 +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 EC743335C39 for ; Thu, 1 Mar 2018 08:39:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2734423D for ; Thu, 1 Mar 2018 08:39:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1519893577.54df8c559c7bad16a6ae5881a5820d5e8aa40a82.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/bcpkix/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/bcpkix/bcpkix-1.50-r2.ebuild dev-java/bcpkix/bcpkix-1.52-r1.ebuild X-VCS-Directories: dev-java/bcpkix/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 54df8c559c7bad16a6ae5881a5820d5e8aa40a82 X-VCS-Branch: master Date: Thu, 1 Mar 2018 08:39:51 +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: 9517f8c7-9658-422e-bc0b-71a24ee140ba X-Archives-Hash: 978cb435f354267bbdd2f7e0e01af8ce commit: 54df8c559c7bad16a6ae5881a5820d5e8aa40a82 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 1 08:37:37 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 1 08:39:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54df8c55 dev-java/bcpkix: Dekeyword *-fbsd dev-java/bcpkix/bcpkix-1.50-r2.ebuild | 4 ++-- dev-java/bcpkix/bcpkix-1.52-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-java/bcpkix/bcpkix-1.50-r2.ebuild b/dev-java/bcpkix/bcpkix-1.50-r2.ebuild index 3f226f1ff42..4689c228fa4 100644 --- a/dev-java/bcpkix/bcpkix-1.50-r2.ebuild +++ b/dev-java/bcpkix/bcpkix-1.50-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -14,7 +14,7 @@ DESCRIPTION="Java cryptography APIs" HOMEPAGE="http://www.bouncycastle.org/java.html" SRC_URI="http://central.maven.org/maven2/org/bouncycastle/${MY_PN}/${PV}/${MY_P}-sources.jar" -KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos" LICENSE="BSD" SLOT="1.50" diff --git a/dev-java/bcpkix/bcpkix-1.52-r1.ebuild b/dev-java/bcpkix/bcpkix-1.52-r1.ebuild index d5c1e6bffc5..e99938a8a87 100644 --- a/dev-java/bcpkix/bcpkix-1.52-r1.ebuild +++ b/dev-java/bcpkix/bcpkix-1.52-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -14,7 +14,7 @@ DESCRIPTION="Java cryptography APIs" HOMEPAGE="http://www.bouncycastle.org/java.html" SRC_URI="http://central.maven.org/maven2/org/bouncycastle/${MY_PN}/${PV}/${MY_P}-sources.jar" -KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos" LICENSE="BSD" SLOT="1.52"