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 BFDF61382C5 for ; Thu, 1 Mar 2018 08:40:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A286DE096B; Thu, 1 Mar 2018 08:39:56 +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 7E04AE096B for ; Thu, 1 Mar 2018 08:39:56 +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 BFE25335C4E for ; Thu, 1 Mar 2018 08:39:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C41924A for ; Thu, 1 Mar 2018 08:39:52 +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: <1519893583.bd16910a3c7cabc9ce2f8b2d1aca12c15d95b74b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-digester/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/commons-digester/commons-digester-1.8.1-r2.ebuild dev-java/commons-digester/commons-digester-2.1-r1.ebuild X-VCS-Directories: dev-java/commons-digester/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bd16910a3c7cabc9ce2f8b2d1aca12c15d95b74b X-VCS-Branch: master Date: Thu, 1 Mar 2018 08:39:52 +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: 820c942b-abc2-43c6-a5cd-2fd09260b83d X-Archives-Hash: cde91d2175918b9483faaf4a74a67ff1 commit: bd16910a3c7cabc9ce2f8b2d1aca12c15d95b74b Author: Michał Górny gentoo org> AuthorDate: Thu Mar 1 08:38:02 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 1 08:39:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd16910a dev-java/commons-digester: Dekeyword *-fbsd dev-java/commons-digester/commons-digester-1.8.1-r2.ebuild | 4 ++-- dev-java/commons-digester/commons-digester-2.1-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-java/commons-digester/commons-digester-1.8.1-r2.ebuild b/dev-java/commons-digester/commons-digester-1.8.1-r2.ebuild index cba93118e2c..ef48eccd841 100644 --- a/dev-java/commons-digester/commons-digester-1.8.1-r2.ebuild +++ b/dev-java/commons-digester/commons-digester-1.8.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/commons/digester/source/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86" IUSE="" CDEPEND="dev-java/commons-beanutils:1.7 diff --git a/dev-java/commons-digester/commons-digester-2.1-r1.ebuild b/dev-java/commons-digester/commons-digester-2.1-r1.ebuild index e4adb2d2ba0..a6546742511 100644 --- a/dev-java/commons-digester/commons-digester-2.1-r1.ebuild +++ b/dev-java/commons-digester/commons-digester-2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/commons/digester/source/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="2.1" -KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86" CDEPEND="dev-java/commons-beanutils:1.7 >=dev-java/commons-collections-2.1:0