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

Package-Manager: portage-2.2.26
This commit is contained in:
Patrice Clement
2016-04-23 15:08:44 +00:00
parent 94f0beaa0e
commit b1befcb1dd

View File

@@ -14,20 +14,20 @@ SRC_URI="https://www.apache.org/dist/commons/primitives/source/${P}-src.tar.gz -
LICENSE="Apache-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
KEYWORDS="amd64 x86 ~x86-fbsd"
IUSE=""
RDEPEND="
>=virtual/jre-1.6"
DEPEND="
source? ( app-arch/zip )
>=virtual/jdk-1.6"
>=virtual/jdk-1.6
source? ( app-arch/zip )"
S="${WORKDIR}/${P}"
JAVA_SRC_DIR="src"
java_prepare() {
rm -rf src/test || die
rm -rv src/test || die
}