summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-04-12 20:12:53 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-04-13 07:56:47 +0000
commit880205949ce2cbb5272a1022f9e1ea9487eaac7b (patch)
treea5ce7435077b8623c2c42885173fe3fffdaf6f9c /dev-java/jssc/jssc-2.8.0-r1.ebuild
parentnet-analyzer/wireshark: Update live ebuild patch. (diff)
downloadgentoo-880205949ce2cbb5272a1022f9e1ea9487eaac7b.tar.gz
gentoo-880205949ce2cbb5272a1022f9e1ea9487eaac7b.tar.bz2
gentoo-880205949ce2cbb5272a1022f9e1ea9487eaac7b.zip
dev-java/jssc: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-java/jssc/jssc-2.8.0-r1.ebuild')
-rw-r--r--dev-java/jssc/jssc-2.8.0-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/jssc/jssc-2.8.0-r1.ebuild b/dev-java/jssc/jssc-2.8.0-r1.ebuild
index 794058f235f8..db8f278c716a 100644
--- a/dev-java/jssc/jssc-2.8.0-r1.ebuild
+++ b/dev-java/jssc/jssc-2.8.0-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/scream3r/${MY_PN}/archive/${PV}.zip -> ${P}.zip"
LICENSE="GPL-1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ppc64 x86"
IUSE=""
@@ -25,8 +25,8 @@ RDEPEND="
>=virtual/jre-1.6"
DEPEND="
- source? ( app-arch/zip )
- >=virtual/jdk-1.6"
+ >=virtual/jdk-1.6
+ source? ( app-arch/zip )"
PATCHES=(
"${FILESDIR}/${P}-library-load.patch"