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 88B1B139BC6 for ; Thu, 17 Sep 2015 22:36:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 176C121C00D; Thu, 17 Sep 2015 22:36:11 +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 A999D21C00D for ; Thu, 17 Sep 2015 22:36:10 +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 8ECDD340928 for ; Thu, 17 Sep 2015 22:36:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34275186 for ; Thu, 17 Sep 2015 22:36:04 +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: <1442529300.a4372aac0a28c84f3aa4889a7b952b659780ad75.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/scons/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/scons/scons-2.3.5.ebuild X-VCS-Directories: dev-util/scons/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: a4372aac0a28c84f3aa4889a7b952b659780ad75 X-VCS-Branch: master Date: Thu, 17 Sep 2015 22:36:04 +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: f76839cf-46a1-4f36-8c1a-3b4b44046bfc X-Archives-Hash: 920e151ef5036b552c6bae7b643192c9 commit: a4372aac0a28c84f3aa4889a7b952b659780ad75 Author: Patrice Clement gentoo org> AuthorDate: Thu Sep 17 22:11:31 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Sep 17 22:35:00 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4372aac dev-util/scons: Stable for amd64. Retroactively marking all arches stable as per the ALLARCHES policy. Fixes bug 560138. Package-Manager: portage-2.2.18 Signed-off-by: Patrice Clement gentoo.org> dev-util/scons/scons-2.3.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/scons/scons-2.3.5.ebuild b/dev-util/scons/scons-2.3.5.ebuild index 8337b20..b31b56f 100644 --- a/dev-util/scons/scons-2.3.5.ebuild +++ b/dev-util/scons/scons-2.3.5.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="doc" PATCHES=( "${FILESDIR}/${PN}-2.1.0-jython.patch" )