From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A6D9D1384B4 for ; Sat, 28 Nov 2015 13:52:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B9B521C031; Sat, 28 Nov 2015 13:52:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1F8921C031 for ; Sat, 28 Nov 2015 13:52:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 668843403A3 for ; Sat, 28 Nov 2015 13:52:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6C7CA43 for ; Sat, 28 Nov 2015 13:52:46 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1448718712.38c842c74ff46f0460cdabd9913baffe82a1e700.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/hessian/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/hessian/hessian-4.0.37.ebuild X-VCS-Directories: dev-java/hessian/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 38c842c74ff46f0460cdabd9913baffe82a1e700 X-VCS-Branch: master Date: Sat, 28 Nov 2015 13:52:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8f99c9d6-acb9-49dc-959b-f92c95d8ac75 X-Archives-Hash: b9229be3eff876d05fc1190d5a881bd1 commit: 38c842c74ff46f0460cdabd9913baffe82a1e700 Author: Patrice Clement gentoo org> AuthorDate: Sat Nov 28 13:50:25 2015 +0000 Commit: Patrice Clement gentoo 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 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}"