diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-02-20 11:10:31 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-02-20 11:11:16 +0000 |
commit | b07cacf780f1a4d14edbdffd0f2a62d317efb4a4 (patch) | |
tree | 47db55d1c0e9b845a9e955cc0a0d96725206d601 /dev-java/jacoco | |
parent | dev-java/tomcat-jstl-spec: Housekeeping. Add missing die. (diff) | |
download | gentoo-b07cacf780f1a4d14edbdffd0f2a62d317efb4a4.tar.gz gentoo-b07cacf780f1a4d14edbdffd0f2a62d317efb4a4.tar.bz2 gentoo-b07cacf780f1a4d14edbdffd0f2a62d317efb4a4.zip |
dev-java/jacoco: 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/jacoco')
-rw-r--r-- | dev-java/jacoco/jacoco-0.7.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-java/jacoco/jacoco-0.7.5.ebuild b/dev-java/jacoco/jacoco-0.7.5.ebuild index c7dc86cb4040..bc66630329ea 100644 --- a/dev-java/jacoco/jacoco-0.7.5.ebuild +++ b/dev-java/jacoco/jacoco-0.7.5.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple @@ -17,7 +18,7 @@ SRC_URI=" https://repo1.maven.org/maven2/org/${PN}/org.${PN}.ant/${PV}.${DATE}/org.${PN}.ant-${PV}.${DATE}-sources.jar -> ${P}-ant.jar" LICENSE="EPL-1.0" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" CDEPEND=" |