From: Patrice Clement Date: Mon, 7 Dec 2015 10:44:12 +0000 (+0000) Subject: dev-java/jettison: Stable for amd64. Retroactively mark stable for the remaining... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6d95c5d5d8fa79c006692f8265c21065d8407b49;p=gentoo.git dev-java/jettison: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement --- diff --git a/dev-java/jettison/jettison-1.3.7.ebuild b/dev-java/jettison/jettison-1.3.7.ebuild index 01b414bcdba2..15bbbb51b4c1 100644 --- a/dev-java/jettison/jettison-1.3.7.ebuild +++ b/dev-java/jettison/jettison-1.3.7.ebuild @@ -3,7 +3,6 @@ # $Id$ EAPI=5 - JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple @@ -13,7 +12,7 @@ HOMEPAGE="https://github.com/codehaus/jettison" SRC_URI="https://github.com/codehaus/${PN}/archive/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="test" RDEPEND=">=virtual/jre-1.6"