commit:     e91be99cf298deee51b1b5a071dd414dcb4c44ed
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 17 12:46:13 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 13:22:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91be99c

dev-java/commons-compress: Stable for amd64. Retroactively mark stable for the 
remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28

 dev-java/commons-compress/commons-compress-1.10.ebuild | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/dev-java/commons-compress/commons-compress-1.10.ebuild 
b/dev-java/commons-compress/commons-compress-1.10.ebuild
index 5322329..a6326c3 100644
--- a/dev-java/commons-compress/commons-compress-1.10.ebuild
+++ b/dev-java/commons-compress/commons-compress-1.10.ebuild
@@ -1,25 +1,29 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI=5
+
 JAVA_PKG_IUSE="doc source test"
 
 inherit java-pkg-2 java-ant-2
 
-DESCRIPTION="Commons Compress defines an API for working with ar, cpio, tar, 
zip, gzip and bzip2 files"
+DESCRIPTION="Java API for working with archive files"
 HOMEPAGE="https://commons.apache.org/proper/commons-compress/";
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 CDEPEND="dev-java/xz-java:0"
 
-RDEPEND=">=virtual/jre-1.6
-       ${CDEPEND}"
-DEPEND=">=virtual/jdk-1.6
+RDEPEND="
+       ${CDEPEND}
+       >=virtual/jre-1.6"
+
+DEPEND="
        ${CDEPEND}
+       >=virtual/jdk-1.6
        test? (
                dev-java/junit:4
                dev-java/ant-junit:0

Reply via email to