Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/hessian/
Date: Sat, 28 Nov 2015 13:52:53
Message-Id: 1448718712.38c842c74ff46f0460cdabd9913baffe82a1e700.monsieurp@gentoo
1 commit: 38c842c74ff46f0460cdabd9913baffe82a1e700
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 28 13:50:25 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 13:51:52 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c842c7
7
8 dev-java/hessian: Stable for amd64. Stable for ppc+ppc64+x86 using the ALLARCHES policy. Fixes bug 565758.
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-java/hessian/hessian-4.0.37.ebuild | 16 ++++++++++------
14 1 file changed, 10 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-java/hessian/hessian-4.0.37.ebuild b/dev-java/hessian/hessian-4.0.37.ebuild
17 index 6cea034..92bae32 100644
18 --- a/dev-java/hessian/hessian-4.0.37.ebuild
19 +++ b/dev-java/hessian/hessian-4.0.37.ebuild
20 @@ -13,15 +13,19 @@ SRC_URI="http://hessian.caucho.com/download/${P}-src.jar"
21
22 LICENSE="Apache-1.1"
23 SLOT="4.0"
24 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
25 +KEYWORDS="amd64 ppc ppc64 x86"
26 IUSE="doc source"
27
28 CDEPEND="java-virtuals/servlet-api:3.0"
29 -RDEPEND=">=virtual/jre-1.6
30 - ${CDEPEND}"
31 -DEPEND=">=virtual/jdk-1.6
32 - app-arch/unzip
33 - ${CDEPEND}"
34 +
35 +RDEPEND="
36 + ${CDEPEND}
37 + >=virtual/jre-1.6"
38 +
39 +DEPEND="
40 + ${CDEPEND}
41 + >=virtual/jdk-1.6
42 + app-arch/unzip"
43
44 S="${WORKDIR}"