diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-12-05 11:39:19 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-12-05 12:07:54 +0000 |
commit | bd8e6228344bd3c853c15f519c8a9fe49367e728 (patch) | |
tree | a51c577066187c6766d05b1847e478bd91c03afe /dev-java/simplyhtml | |
parent | app-portage/flaggie: Add pypy support back (diff) | |
download | gentoo-bd8e6228344bd3c853c15f519c8a9fe49367e728.tar.gz gentoo-bd8e6228344bd3c853c15f519c8a9fe49367e728.tar.bz2 gentoo-bd8e6228344bd3c853c15f519c8a9fe49367e728.zip |
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@gentoo.org>
Diffstat (limited to 'dev-java/simplyhtml')
-rw-r--r-- | dev-java/simplyhtml/simplyhtml-0.13.1-r1.ebuild | 17 |
1 files 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 5bf7b92faf19..e24ce3fad045 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}" |