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 BD6451382C5 for ; Thu, 1 Mar 2018 08:40:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03401E0956; 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 D858AE0956 for ; Thu, 1 Mar 2018 08:39:55 +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 2BEEB335C36 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 ADFBC245 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: <1519893580.e6f07c2344e8b6fd220df4c2b6212abac4df3f3a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/commons-cli/commons-cli-1.3.1.ebuild dev-java/commons-cli/commons-cli-1.4.ebuild X-VCS-Directories: dev-java/commons-cli/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e6f07c2344e8b6fd220df4c2b6212abac4df3f3a 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: 9c32342b-bfbd-462f-adaa-5c7bc5dfe80d X-Archives-Hash: 5245e7e20033478374a7041a0e45bec1 commit: e6f07c2344e8b6fd220df4c2b6212abac4df3f3a Author: Michał Górny gentoo org> AuthorDate: Thu Mar 1 08:37:52 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 1 08:39:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f07c23 dev-java/commons-cli: Dekeyword *-fbsd dev-java/commons-cli/commons-cli-1.3.1.ebuild | 4 ++-- dev-java/commons-cli/commons-cli-1.4.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-java/commons-cli/commons-cli-1.3.1.ebuild b/dev-java/commons-cli/commons-cli-1.3.1.ebuild index 5fb219354aa..a61fd6a54cd 100644 --- a/dev-java/commons-cli/commons-cli-1.3.1.ebuild +++ b/dev-java/commons-cli/commons-cli-1.3.1.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=6 @@ -12,7 +12,7 @@ HOMEPAGE="http://commons.apache.org/cli/" SRC_URI="mirror://apache/commons/cli/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="1" -KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" RDEPEND=">=virtual/jre-1.7" diff --git a/dev-java/commons-cli/commons-cli-1.4.ebuild b/dev-java/commons-cli/commons-cli-1.4.ebuild index e047a4e6822..91a2f1e31ae 100644 --- a/dev-java/commons-cli/commons-cli-1.4.ebuild +++ b/dev-java/commons-cli/commons-cli-1.4.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=6 @@ -12,7 +12,7 @@ HOMEPAGE="http://commons.apache.org/cli/" SRC_URI="mirror://apache/commons/cli/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="1" -KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" RDEPEND=">=virtual/jre-1.7"