commit:     bd8e6228344bd3c853c15f519c8a9fe49367e728
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  5 11:39:19 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Dec  5 12:07:54 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8e6228

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

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-java/simplyhtml/simplyhtml-0.13.1-r1.ebuild | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/dev-java/simplyhtml/simplyhtml-0.13.1-r1.ebuild 
b/dev-java/simplyhtml/simplyhtml-0.13.1-r1.ebuild
index 5bf7b92..e24ce3f 100644
--- a/dev-java/simplyhtml/simplyhtml-0.13.1-r1.ebuild
+++ b/dev-java/simplyhtml/simplyhtml-0.13.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,17 +14,20 @@ HOMEPAGE="http://simplyhtml.sourceforge.net";
 SRC_URI="mirror://sourceforge/${PN}/${MY_PN}_src_${MY_PV}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
 IUSE=""
 
-CDEPEND="dev-java/javahelp:0
+CDEPEND="
+       dev-java/javahelp:0
        dev-java/gnu-regexp:1"
 
-DEPEND=">=virtual/jdk-1.6
-       ${CDEPEND}"
+DEPEND="
+       ${CDEPEND}
+       >=virtual/jdk-1.6"
 
-RDEPEND=">=virtual/jre-1.6
-       ${CDEPEND}"
+RDEPEND="
+       ${CDEPEND}
+       >=virtual/jre-1.6"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 

Reply via email to