diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-07-13 10:13:28 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-07-13 10:23:01 +0200 |
commit | bbf3f8b5583de3acb5a8ef602d8a2bfa638e67ed (patch) | |
tree | 9aefe23a6ec8b4cf09491c097764f65e72e0ca3f /dev-java/jcmdline | |
parent | dev-lang/elixir: require USE=ssl for erlang, bug #588730 (diff) | |
download | gentoo-bbf3f8b5583de3acb5a8ef602d8a2bfa638e67ed.tar.gz gentoo-bbf3f8b5583de3acb5a8ef602d8a2bfa638e67ed.tar.bz2 gentoo-bbf3f8b5583de3acb5a8ef602d8a2bfa638e67ed.zip |
dev-java/jcmdline: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-java/jcmdline')
-rw-r--r-- | dev-java/jcmdline/jcmdline-2.0.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-java/jcmdline/jcmdline-2.0.0.ebuild b/dev-java/jcmdline/jcmdline-2.0.0.ebuild index bf9f6bf3d46f..5da999420ee8 100644 --- a/dev-java/jcmdline/jcmdline-2.0.0.ebuild +++ b/dev-java/jcmdline/jcmdline-2.0.0.ebuild @@ -12,15 +12,14 @@ HOMEPAGE="http://jcmdline.sourceforge.net/" SRC_URI="mirror://sourceforge/jcmdline/${P}.zip" LICENSE="MPL-1.1" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" RDEPEND=" >=virtual/jre-1.6" DEPEND=" - >=virtual/jdk-1.6 - app-arch/unzip" + >=virtual/jdk-1.6" S="${WORKDIR}/${P}" |