summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-01-12 21:30:17 +0100
committerPatrice Clement <monsieurp@gentoo.org>2018-01-12 21:30:32 +0100
commit75a124c4e86d0dca3b8c2816242b9e3e2d40eb02 (patch)
treedb41bc54a13b024b1b6fe2fe22fa5f4412fa4c0f /dev-java/commons-collections
parentdev-java/commons-collections: switch to https. (diff)
downloadgentoo-75a124c4e86d0dca3b8c2816242b9e3e2d40eb02.tar.gz
gentoo-75a124c4e86d0dca3b8c2816242b9e3e2d40eb02.tar.bz2
gentoo-75a124c4e86d0dca3b8c2816242b9e3e2d40eb02.zip
dev-java/commons-collections: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-java/commons-collections')
-rw-r--r--dev-java/commons-collections/commons-collections-4.1.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-java/commons-collections/commons-collections-4.1.ebuild b/dev-java/commons-collections/commons-collections-4.1.ebuild
index 100262bc4289..bd84b509220a 100644
--- a/dev-java/commons-collections/commons-collections-4.1.ebuild
+++ b/dev-java/commons-collections/commons-collections-4.1.ebuild
@@ -14,18 +14,21 @@ DESCRIPTION="Extends the JCF classes with new interfaces, implementations and ut
HOMEPAGE="https://commons.apache.org/collections/"
SRC_URI="mirror://apache/${PN/-//}/source/${MY_P}-src.tar.gz"
LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ppc64 x86"
IUSE="test"
-RDEPEND=">=virtual/jre-1.7"
-
-DEPEND=">=virtual/jdk-1.7
+DEPEND="
+ >=virtual/jdk-1.7
test? (
dev-java/easymock:3.2
dev-java/junit:4
)"
+RDEPEND="
+ >=virtual/jre-1.7"
+
S="${WORKDIR}/${MY_P}-src"
+
JAVA_SRC_DIR="src/main/java"
src_install() {