summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-11-28 13:50:25 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-11-28 13:51:52 +0000
commit38c842c74ff46f0460cdabd9913baffe82a1e700 (patch)
tree85db331da2f6cc070c474725a62101bf8a85181b /dev-java/hessian
parentsys-kernel/raspberrypi-sources: Bump to 4.1 (diff)
downloadgentoo-38c842c74ff46f0460cdabd9913baffe82a1e700.tar.gz
gentoo-38c842c74ff46f0460cdabd9913baffe82a1e700.tar.bz2
gentoo-38c842c74ff46f0460cdabd9913baffe82a1e700.zip
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@gentoo.org>
Diffstat (limited to 'dev-java/hessian')
-rw-r--r--dev-java/hessian/hessian-4.0.37.ebuild16
1 files 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 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}"