diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-12-07 10:44:12 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-12-07 10:44:12 +0000 |
commit | 6d95c5d5d8fa79c006692f8265c21065d8407b49 (patch) | |
tree | 20c07447bdf126a0f7a62d631dec28009fec2151 /dev-java/jettison | |
parent | dev-java/jfreechart: Clean up old. (diff) | |
download | gentoo-6d95c5d5d8fa79c006692f8265c21065d8407b49.tar.gz gentoo-6d95c5d5d8fa79c006692f8265c21065d8407b49.tar.bz2 gentoo-6d95c5d5d8fa79c006692f8265c21065d8407b49.zip |
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 <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/jettison')
-rw-r--r-- | dev-java/jettison/jettison-1.3.7.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
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" |