commit: 880205949ce2cbb5272a1022f9e1ea9487eaac7b Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Tue Apr 12 20:12:53 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Wed Apr 13 07:56:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88020594
dev-java/jssc: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.26 dev-java/jssc/jssc-2.8.0-r1.ebuild | 6 +++--- 1 file 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 794058f..db8f278 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"
