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 901C759CB1 for ; Wed, 13 Apr 2016 08:11:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77EC421C024; Wed, 13 Apr 2016 08:11:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B11FB21C024 for ; Wed, 13 Apr 2016 08:11:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 763B4340CFB for ; Wed, 13 Apr 2016 08:11:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A066423A for ; Wed, 13 Apr 2016 08:11:33 +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: <1460534207.880205949ce2cbb5272a1022f9e1ea9487eaac7b.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jssc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jssc/jssc-2.8.0-r1.ebuild X-VCS-Directories: dev-java/jssc/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 880205949ce2cbb5272a1022f9e1ea9487eaac7b X-VCS-Branch: master Date: Wed, 13 Apr 2016 08:11:33 +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: d88d6950-ed4b-44e1-892a-bce285d2843a X-Archives-Hash: d1597b570b98b127b4515ba8df9bcd33 commit: 880205949ce2cbb5272a1022f9e1ea9487eaac7b Author: Patrice Clement gentoo org> AuthorDate: Tue Apr 12 20:12:53 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Apr 13 07:56:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88020594 dev-java/jssc: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.26 dev-java/jssc/jssc-2.8.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-java/jssc/jssc-2.8.0-r1.ebuild b/dev-java/jssc/jssc-2.8.0-r1.ebuild index 794058f..db8f278 100644 --- a/dev-java/jssc/jssc-2.8.0-r1.ebuild +++ b/dev-java/jssc/jssc-2.8.0-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/scream3r/${MY_PN}/archive/${PV}.zip -> ${P}.zip" LICENSE="GPL-1" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" @@ -25,8 +25,8 @@ RDEPEND=" >=virtual/jre-1.6" DEPEND=" - source? ( app-arch/zip ) - >=virtual/jdk-1.6" + >=virtual/jdk-1.6 + source? ( app-arch/zip )" PATCHES=( "${FILESDIR}/${P}-library-load.patch"