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 0236459CAD for ; Thu, 31 Mar 2016 16:56:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75B4221C013; Thu, 31 Mar 2016 16:56:45 +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 F013521C013 for ; Thu, 31 Mar 2016 16:56:44 +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 1F019340C39 for ; Thu, 31 Mar 2016 16:56:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E29D386A for ; Thu, 31 Mar 2016 16:56:38 +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: <1459442553.4adf712eabfe98f8a8d7e3f8dc2912c9be4dc708.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/joda-time/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/joda-time/joda-time-2.7.ebuild X-VCS-Directories: dev-java/joda-time/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 4adf712eabfe98f8a8d7e3f8dc2912c9be4dc708 X-VCS-Branch: master Date: Thu, 31 Mar 2016 16:56:38 +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: 23795c96-54a8-4b8d-82b7-753a0c1f2d2f X-Archives-Hash: 6733aa2382c9a7e6b529e7fef551514d commit: 4adf712eabfe98f8a8d7e3f8dc2912c9be4dc708 Author: Patrice Clement gentoo org> AuthorDate: Thu Mar 31 16:39:54 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Mar 31 16:42:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4adf712e dev-java/joda-time: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.26 dev-java/joda-time/joda-time-2.7.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-java/joda-time/joda-time-2.7.ebuild b/dev-java/joda-time/joda-time-2.7.ebuild index 4c63fd7..243374f 100644 --- a/dev-java/joda-time/joda-time-2.7.ebuild +++ b/dev-java/joda-time/joda-time-2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,9 @@ SRC_URI="https://github.com/JodaOrg/${PN}/releases/download/v${PV}/${P}-dist.tar LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" + +RESTRICT="test" DEPEND=">=virtual/jdk-1.5 dev-java/joda-convert:0