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 C4B26138208 for ; Sun, 24 Apr 2016 20:57:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91215E083A; Sun, 24 Apr 2016 20:57: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 3362DE083A for ; Sun, 24 Apr 2016 20:57:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3A98E340AE0 for ; Sun, 24 Apr 2016 20:56:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AFCE7D for ; Sun, 24 Apr 2016 20:56:54 +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: <1461530511.c55722421d9457fcf608ae1b370ba730dff212f2.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jump/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jump/jump-0.5-r1.ebuild X-VCS-Directories: dev-java/jump/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: c55722421d9457fcf608ae1b370ba730dff212f2 X-VCS-Branch: master Date: Sun, 24 Apr 2016 20:56:54 +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: 04f79090-6394-4ded-b82e-55e9e5330340 X-Archives-Hash: 809b69d9012bed154b29b49261bea72f commit: c55722421d9457fcf608ae1b370ba730dff212f2 Author: Patrice Clement gentoo org> AuthorDate: Sun Apr 24 20:40:06 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Apr 24 20:41:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5572242 dev-java/jump: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.26 dev-java/jump/jump-0.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/jump/jump-0.5-r1.ebuild b/dev-java/jump/jump-0.5-r1.ebuild index ab05dc1..9e222f7 100644 --- a/dev-java/jump/jump-0.5-r1.ebuild +++ b/dev-java/jump/jump-0.5-r1.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Java-based extensible high-precision math library" HOMEPAGE="http://jump-math.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}-math/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" LICENSE="BSD" SLOT="0"