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/jcmdline/
Date: Wed, 13 Jul 2016 08:23:33
Message-Id: 1468398181.bbf3f8b5583de3acb5a8ef602d8a2bfa638e67ed.monsieurp@gentoo
1 commit: bbf3f8b5583de3acb5a8ef602d8a2bfa638e67ed
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 13 08:13:28 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 13 08:23:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf3f8b5
7
8 dev-java/jcmdline: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: portage-2.2.28
11
12 dev-java/jcmdline/jcmdline-2.0.0.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-java/jcmdline/jcmdline-2.0.0.ebuild b/dev-java/jcmdline/jcmdline-2.0.0.ebuild
16 index bf9f6bf..5da9994 100644
17 --- a/dev-java/jcmdline/jcmdline-2.0.0.ebuild
18 +++ b/dev-java/jcmdline/jcmdline-2.0.0.ebuild
19 @@ -12,15 +12,14 @@ HOMEPAGE="http://jcmdline.sourceforge.net/"
20 SRC_URI="mirror://sourceforge/jcmdline/${P}.zip"
21 LICENSE="MPL-1.1"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~ppc64 ~x86"
24 +KEYWORDS="amd64 ppc64 x86"
25 IUSE=""
26
27 RDEPEND="
28 >=virtual/jre-1.6"
29
30 DEPEND="
31 - >=virtual/jdk-1.6
32 - app-arch/unzip"
33 + >=virtual/jdk-1.6"
34
35 S="${WORKDIR}/${P}"