commit: 38c842c74ff46f0460cdabd9913baffe82a1e700 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sat Nov 28 13:50:25 2015 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Nov 28 13:51:52 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c842c7
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 <monsieurp <AT> gentoo.org> dev-java/hessian/hessian-4.0.37.ebuild | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/dev-java/hessian/hessian-4.0.37.ebuild b/dev-java/hessian/hessian-4.0.37.ebuild index 6cea034..92bae32 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}"
