From: Patrice Clement Date: Tue, 16 Feb 2016 15:43:51 +0000 (+0000) Subject: dev-java/htmlcleaner: Stable for amd64. Retroactively mark stable for the remaining... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d8ed30827dce72ed16592383a58718f10056656b;p=gentoo.git dev-java/htmlcleaner: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.26 --- diff --git a/dev-java/htmlcleaner/htmlcleaner-2.13.ebuild b/dev-java/htmlcleaner/htmlcleaner-2.13.ebuild index 9d00dfd58828..0cf9f87085cc 100644 --- a/dev-java/htmlcleaner/htmlcleaner-2.13.ebuild +++ b/dev-java/htmlcleaner/htmlcleaner-2.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,14 +19,16 @@ IUSE="test" CDEPEND="dev-java/jdom:2" -DEPEND="${CDEPEND} - >=virtual/jdk-1.5 +RDEPEND=" + ${CDEPEND} + >=virtual/jre-1.5" + +DEPEND=" + ${CDEPEND} app-arch/unzip dev-java/ant-core:0 - test? ( dev-java/junit:4 )" - -RDEPEND="${CDEPEND} - >=virtual/jre-1.5" + test? ( dev-java/junit:4 ) + >=virtual/jdk-1.5" JAVA_SRC_DIR="src/main/java" JAVA_GENTOO_CLASSPATH="jdom-2"