From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C935139083 for ; Mon, 4 Dec 2017 22:12:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE0C9E0BDF; Mon, 4 Dec 2017 22:12:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CDCFE0BDF for ; Mon, 4 Dec 2017 22:12:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89E8733BEAC for ; Mon, 4 Dec 2017 22:12:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3291CAC4C for ; Mon, 4 Dec 2017 22:12:31 +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: <1512425544.165d56f9d6451ed61e338d3001286b0bd27a7d42.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/brython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/brython/brython-3.3.3.ebuild X-VCS-Directories: dev-python/brython/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 165d56f9d6451ed61e338d3001286b0bd27a7d42 X-VCS-Branch: master Date: Mon, 4 Dec 2017 22:12:31 +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: fe83e542-d5ee-42c1-9151-10c785e6b337 X-Archives-Hash: 9269955378c36c4f51bbe101fadfe70e commit: 165d56f9d6451ed61e338d3001286b0bd27a7d42 Author: Patrice Clement gentoo org> AuthorDate: Mon Dec 4 22:12:09 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Dec 4 22:12:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=165d56f9 dev-python/brython: stable for amd64. Bug: https://bugs.gentoo.org/634758 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/brython/brython-3.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/brython/brython-3.3.3.ebuild b/dev-python/brython/brython-3.3.3.ebuild index 2ce53f2f211..daf93da7bb9 100644 --- a/dev-python/brython/brython-3.3.3.ebuild +++ b/dev-python/brython/brython-3.3.3.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://www.brython.info" SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.zip -> ${P}.zip" LICENSE="BSD" -KEYWORDS="~amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}"