dev-java/htmlcleaner: Stable for amd64. Retroactively mark stable for the remaining...
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 16 Feb 2016 15:43:51 +0000 (15:43 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 16 Feb 2016 16:48:14 +0000 (16:48 +0000)
Package-Manager: portage-2.2.26

dev-java/htmlcleaner/htmlcleaner-2.13.ebuild

index 9d00dfd58828f0789628a54fa47787da6a8b76e0..0cf9f87085cce4fa728b911e983b53359e8da0e7 100644 (file)
@@ -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"