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 0444358974 for ; Thu, 11 Feb 2016 14:44:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8B3D21C078; Thu, 11 Feb 2016 14:43:49 +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 D6A3B21C079 for ; Thu, 11 Feb 2016 14:43:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DB39340BEA for ; Thu, 11 Feb 2016 14:43:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41482CEE for ; Thu, 11 Feb 2016 14:43: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: <1455201695.90fa5941b8cf0aa643e6c2685933ff51291e9f91.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jgoodies-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jgoodies-common/jgoodies-common-1.8.0.ebuild X-VCS-Directories: dev-java/jgoodies-common/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 90fa5941b8cf0aa643e6c2685933ff51291e9f91 X-VCS-Branch: master Date: Thu, 11 Feb 2016 14:43: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: 63247bfc-a5bf-4f2d-83a3-72cb2c56144c X-Archives-Hash: 71d5ab14d2728c4a5faae55f2c5d72bb commit: 90fa5941b8cf0aa643e6c2685933ff51291e9f91 Author: Patrice Clement gentoo org> AuthorDate: Thu Feb 11 14:28:33 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Feb 11 14:41:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90fa5941 dev-java/jgoodies-common: Stable for amd64+x86. Package-Manager: portage-2.2.26 Signed-off-by: Patrice Clement gentoo.org> dev-java/jgoodies-common/jgoodies-common-1.8.0.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-java/jgoodies-common/jgoodies-common-1.8.0.ebuild b/dev-java/jgoodies-common/jgoodies-common-1.8.0.ebuild index d107790..7d46a56 100644 --- a/dev-java/jgoodies-common/jgoodies-common-1.8.0.ebuild +++ b/dev-java/jgoodies-common/jgoodies-common-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,15 +18,17 @@ SRC_URI="http://www.jgoodies.com/download/libraries/${MY_PN}/${MY_P}.zip" LICENSE="BSD" SLOT="1.8" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RESTRICT="test" -DEPEND=">=virtual/jdk-1.6 - app-arch/unzip" RDEPEND=">=virtual/jre-1.6" +DEPEND=" + app-arch/unzip + >=virtual/jdk-1.6" + S="${WORKDIR}"/${P} JAVA_SRC_DIR="src"