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 A1B2B139084 for ; Thu, 30 Nov 2017 19:02:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95D60E0DDD; Thu, 30 Nov 2017 19:02:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6CB6CE0DA7 for ; Thu, 30 Nov 2017 19:02:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2029A33BF05 for ; Thu, 30 Nov 2017 19:02:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAE4CAD10 for ; Thu, 30 Nov 2017 19:02:53 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1512068530.9ac352a06914caade294e8db9ab82833dab87cb5.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/regex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/regex/regex-2017.04.05.ebuild X-VCS-Directories: dev-python/regex/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 9ac352a06914caade294e8db9ab82833dab87cb5 X-VCS-Branch: master Date: Thu, 30 Nov 2017 19:02:53 +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: b03c150b-f1b1-4121-8689-19abdf7b49df X-Archives-Hash: 773e8050b9a300ae5fbd26c46aafa0cd commit: 9ac352a06914caade294e8db9ab82833dab87cb5 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Nov 30 18:25:21 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Nov 30 19:02:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac352a0 dev-python/regex: x86 stable (bug #639114) Package-Manager: Portage-2.3.16, Repoman-2.3.6 dev-python/regex/regex-2017.04.05.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/regex/regex-2017.04.05.ebuild b/dev-python/regex/regex-2017.04.05.ebuild index b18fe217611..21344a7e622 100644 --- a/dev-python/regex/regex-2017.04.05.ebuild +++ b/dev-python/regex/regex-2017.04.05.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="doc" DOCS=( README docs/UnicodeProperties.txt )