commit:     53724f8e46717dbfca4b492fe2455e336076524d
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 09:29:08 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 09:44:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53724f8e

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

Package-Manager: portage-2.2.26

 dev-java/jtidy/jtidy-1.0.ebuild | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/dev-java/jtidy/jtidy-1.0.ebuild b/dev-java/jtidy/jtidy-1.0.ebuild
index da2484f..a48fd9e 100644
--- a/dev-java/jtidy/jtidy-1.0.ebuild
+++ b/dev-java/jtidy/jtidy-1.0.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 JAVA_PKG_IUSE="doc source"
 
 inherit java-pkg-2 java-ant-2
@@ -10,25 +11,25 @@ inherit java-pkg-2 java-ant-2
 MY_PV="r938"
 MY_P="${PN}-${MY_PV}"
 
-DESCRIPTION="Tidy is a Java port of HTML Tidy , a HTML syntax checker and 
pretty printer"
+DESCRIPTION="Java port of HTML Tidy, an HTML syntax checker and pretty printer"
 HOMEPAGE="http://jtidy.sourceforge.net/";
 SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}-sources.zip -> ${P}.zip"
 LICENSE="HTML-Tidy W3C"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ppc64 x86"
 IUSE=""
 
 CDEPEND="dev-java/ant-core:0"
 
-DEPEND="
-       ${CDEPEND}
-       app-arch/unzip
-       >=virtual/jdk-1.6"
-
 RDEPEND="
        ${CDEPEND}
        >=virtual/jre-1.6"
 
+DEPEND="
+       ${CDEPEND}
+       >=virtual/jdk-1.6
+       source? ( app-arch/zip )"
+
 JAVA_ANT_REWRITE_CLASSPATH="yes"
 EANT_GENTOO_CLASSPATH="ant-core"
 EANT_BUILD_TARGET="jar"

Reply via email to