From 38c842c74ff46f0460cdabd9913baffe82a1e700 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Sat, 28 Nov 2015 13:50:25 +0000 Subject: dev-java/hessian: Stable for amd64. Stable for ppc+ppc64+x86 using the ALLARCHES policy. Fixes bug 565758. Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement --- dev-java/hessian/hessian-4.0.37.ebuild | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'dev-java/hessian') diff --git a/dev-java/hessian/hessian-4.0.37.ebuild b/dev-java/hessian/hessian-4.0.37.ebuild index 6cea034a1fdf..92bae327b85d 100644 --- a/dev-java/hessian/hessian-4.0.37.ebuild +++ b/dev-java/hessian/hessian-4.0.37.ebuild @@ -13,15 +13,19 @@ SRC_URI="http://hessian.caucho.com/download/${P}-src.jar" LICENSE="Apache-1.1" SLOT="4.0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="doc source" CDEPEND="java-virtuals/servlet-api:3.0" -RDEPEND=">=virtual/jre-1.6 - ${CDEPEND}" -DEPEND=">=virtual/jdk-1.6 - app-arch/unzip - ${CDEPEND}" + +RDEPEND=" + ${CDEPEND} + >=virtual/jre-1.6" + +DEPEND=" + ${CDEPEND} + >=virtual/jdk-1.6 + app-arch/unzip" S="${WORKDIR}" -- cgit v1.2.3-65-gdbad