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 149791387B1 for ; Mon, 21 Sep 2015 19:05:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F388E0881; Mon, 21 Sep 2015 19:05:46 +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 D3707E0881 for ; Mon, 21 Sep 2015 19:05:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E67C4340909 for ; Mon, 21 Sep 2015 19:05:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7027B231 for ; Mon, 21 Sep 2015 19:05:43 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1442858860.3f63a63c09e3362f7365d7057df70e85e6315e5c.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pickleshare/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/pickleshare/ChangeLog dev-python/pickleshare/pickleshare-9999.ebuild X-VCS-Directories: dev-python/pickleshare/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3f63a63c09e3362f7365d7057df70e85e6315e5c X-VCS-Branch: master Date: Mon, 21 Sep 2015 19:05:43 +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: 81af3fbd-041d-407f-8740-97cde505f63e X-Archives-Hash: 0419e38fdaf2094efa0b2e53bbaad630 commit: 3f63a63c09e3362f7365d7057df70e85e6315e5c Author: Marius Brehler linux sungazer de> AuthorDate: Mon Sep 21 18:07:40 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Sep 21 18:07:40 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3f63a63c dev-python/pickleshare: Add ~x86 to KEYWORDS Package-Manager: portage-2.2.20.1 dev-python/pickleshare/ChangeLog | 4 ++++ dev-python/pickleshare/pickleshare-9999.ebuild | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/pickleshare/ChangeLog b/dev-python/pickleshare/ChangeLog index 166f32e..d7c56ec 100644 --- a/dev-python/pickleshare/ChangeLog +++ b/dev-python/pickleshare/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 21 Sep 2015; Marius Brehler + pickleshare-9999.ebuild: + dev-python/pickleshare: Add ~x86 to KEYWORDS + 05 Jun 2015; Justin Lecher metadata.xml: dev-python/pickleshare: Add github to remote-id in metadata.xml diff --git a/dev-python/pickleshare/pickleshare-9999.ebuild b/dev-python/pickleshare/pickleshare-9999.ebuild index eaebb15..c295d4e 100644 --- a/dev-python/pickleshare/pickleshare-9999.ebuild +++ b/dev-python/pickleshare/pickleshare-9999.ebuild @@ -16,7 +16,7 @@ if [ ${PV} == "9999" ] ; then EGIT_REPO_URI="https://github.com/${PN}/${PN}.git git://github.com/${PN}/${PN}.git" else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~x86" # test_pickleshare.py is not included in the pickleshare-0.5 source # we fetched from pipy RESTRICT="test"