diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-11-04 09:34:51 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-11-04 10:15:53 +0000 |
commit | 140f2071e5751115a7f596e99a6ab6491df319e3 (patch) | |
tree | 8e7a8c4da11b5179bceba83a329a9887e11b3809 /dev-java/jopt-simple | |
parent | sys-apps/iproute2: Bump to version 4.3.0 (diff) | |
download | gentoo-140f2071e5751115a7f596e99a6ab6491df319e3.tar.gz gentoo-140f2071e5751115a7f596e99a6ab6491df319e3.tar.bz2 gentoo-140f2071e5751115a7f596e99a6ab6491df319e3.zip |
dev-java/jopt-simple: Stable for amd64. Stable for x86 using the ALLARCHES policy.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/jopt-simple')
-rw-r--r-- | dev-java/jopt-simple/jopt-simple-4.6.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-java/jopt-simple/jopt-simple-4.6.ebuild b/dev-java/jopt-simple/jopt-simple-4.6.ebuild index aa36bf9a0937..c3232a9fac9e 100644 --- a/dev-java/jopt-simple/jopt-simple-4.6.ebuild +++ b/dev-java/jopt-simple/jopt-simple-4.6.ebuild @@ -3,7 +3,6 @@ # $Id$ EAPI="5" - JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple @@ -11,10 +10,9 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="A Java library for parsing command line options" HOMEPAGE="https://pholser.github.com/jopt-simple/" SRC_URI="https://github.com/pholser/${PN}/tarball/${P} -> ${P}.tar.gz" - LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" |