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 E5F2C59CB2 for ; Fri, 15 Apr 2016 14:05:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA66C21C089; Fri, 15 Apr 2016 14:05:00 +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 BAF2F21C086 for ; Fri, 15 Apr 2016 14:04:59 +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 E36EE340D4C for ; Fri, 15 Apr 2016 14:04:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12F7080 for ; Fri, 15 Apr 2016 14:04:57 +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: <1460728160.cbdba714c9bf023f8e64643da102cb5874e7ef96.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/fastutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/fastutil/fastutil-7.0.10.ebuild X-VCS-Directories: dev-java/fastutil/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: cbdba714c9bf023f8e64643da102cb5874e7ef96 X-VCS-Branch: master Date: Fri, 15 Apr 2016 14:04:57 +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: 8559f364-0237-419f-b729-88102b06fbb3 X-Archives-Hash: c9f08067c269156eee71581c07103aae commit: cbdba714c9bf023f8e64643da102cb5874e7ef96 Author: Patrice Clement gentoo org> AuthorDate: Fri Apr 15 13:43:13 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Apr 15 13:49:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbdba714 dev-java/fastutil: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.26 dev-java/fastutil/fastutil-7.0.10.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-java/fastutil/fastutil-7.0.10.ebuild b/dev-java/fastutil/fastutil-7.0.10.ebuild index e20bd24..e5d6235 100644 --- a/dev-java/fastutil/fastutil-7.0.10.ebuild +++ b/dev-java/fastutil/fastutil-7.0.10.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=5 JAVA_PKG_IUSE="doc source" @@ -14,10 +14,10 @@ SRC_URI="https://github.com/vigna/fastutil/archive/${PV}.zip -> ${P}.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ppc64 x86" -DEPEND=">=virtual/jdk-1.6" RDEPEND=">=virtual/jre-1.6" +DEPEND=">=virtual/jdk-1.6" src_compile() { emake sources