commit:     75a124c4e86d0dca3b8c2816242b9e3e2d40eb02
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 20:30:17 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 20:30:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a124c4

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

 dev-java/commons-collections/commons-collections-4.1.ebuild | 11 +++++++----
 1 file 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 100262bc428..bd84b509220 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() {

Reply via email to