Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-cli/
Date: Thu, 01 Mar 2018 08:40:01
Message-Id: 1519893580.e6f07c2344e8b6fd220df4c2b6212abac4df3f3a.mgorny@gentoo
1 commit: e6f07c2344e8b6fd220df4c2b6212abac4df3f3a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 1 08:37:52 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 1 08:39:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f07c23
7
8 dev-java/commons-cli: Dekeyword *-fbsd
9
10 dev-java/commons-cli/commons-cli-1.3.1.ebuild | 4 ++--
11 dev-java/commons-cli/commons-cli-1.4.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-java/commons-cli/commons-cli-1.3.1.ebuild b/dev-java/commons-cli/commons-cli-1.3.1.ebuild
15 index 5fb219354aa..a61fd6a54cd 100644
16 --- a/dev-java/commons-cli/commons-cli-1.3.1.ebuild
17 +++ b/dev-java/commons-cli/commons-cli-1.3.1.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 @@ -12,7 +12,7 @@ HOMEPAGE="http://commons.apache.org/cli/"
25 SRC_URI="mirror://apache/commons/cli/source/${P}-src.tar.gz"
26 LICENSE="Apache-2.0"
27 SLOT="1"
28 -KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
29 +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
30 IUSE="test"
31
32 RDEPEND=">=virtual/jre-1.7"
33
34 diff --git a/dev-java/commons-cli/commons-cli-1.4.ebuild b/dev-java/commons-cli/commons-cli-1.4.ebuild
35 index e047a4e6822..91a2f1e31ae 100644
36 --- a/dev-java/commons-cli/commons-cli-1.4.ebuild
37 +++ b/dev-java/commons-cli/commons-cli-1.4.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2017 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44 @@ -12,7 +12,7 @@ HOMEPAGE="http://commons.apache.org/cli/"
45 SRC_URI="mirror://apache/commons/cli/source/${P}-src.tar.gz"
46 LICENSE="Apache-2.0"
47 SLOT="1"
48 -KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
49 +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
50 IUSE="test"
51
52 RDEPEND=">=virtual/jre-1.7"