Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jopt-simple/
Date: Sun, 05 Aug 2018 13:53:27
Message-Id: 1533477186.3240d50f2d21c34f6165c5904bccce7bd4960429.monsieurp@gentoo
1 commit: 3240d50f2d21c34f6165c5904bccce7bd4960429
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 5 13:37:55 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 5 13:53:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3240d50f
7
8 dev-java/jopt-simple: mark stable using the ALLARCHES policy.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-java/jopt-simple/jopt-simple-5.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-java/jopt-simple/jopt-simple-5.0.ebuild b/dev-java/jopt-simple/jopt-simple-5.0.ebuild
16 index 2e1b2b874ec..763a855732f 100644
17 --- a/dev-java/jopt-simple/jopt-simple-5.0.ebuild
18 +++ b/dev-java/jopt-simple/jopt-simple-5.0.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/pholser/${PN}/tarball/${P} -> ${P}.tar.gz"
20 LICENSE="MIT"
21 SLOT="0"
22
23 -KEYWORDS="~amd64 ~ppc64 ~x86"
24 +KEYWORDS="amd64 ppc64 x86"
25
26 RDEPEND=">=virtual/jre-1.8"
27 DEPEND=">=virtual/jdk-1.8"