Skip to content

Commit

Permalink
dev-java/commons-compress: Stable for amd64. Retroactively mark stabl…
Browse files Browse the repository at this point in the history
…e for the remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28
  • Loading branch information
monsieurp committed Jul 17, 2016
1 parent 55391e3 commit e91be99
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions dev-java/commons-compress/commons-compress-1.10.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e91be99

Please sign in to comment.