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 1D3F31384AE for ; Sat, 19 Sep 2015 17:38:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B49B0E08B8; Sat, 19 Sep 2015 17:38:36 +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 5DE30E08B8 for ; Sat, 19 Sep 2015 17:38:36 +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 667B3340EAD for ; Sat, 19 Sep 2015 17:38:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC523201 for ; Sat, 19 Sep 2015 17:38:33 +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: <1442684256.a43da9eb79743a40e764705ec0b6cb042da0292b.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mechanize/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mechanize/mechanize-0.2.5-r1.ebuild X-VCS-Directories: dev-python/mechanize/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: a43da9eb79743a40e764705ec0b6cb042da0292b X-VCS-Branch: master Date: Sat, 19 Sep 2015 17:38:33 +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: 60437081-2d24-4684-8f73-fcf8f8bfdbce X-Archives-Hash: a3dbdffadb7e6907a1fe821024041fff commit: a43da9eb79743a40e764705ec0b6cb042da0292b Author: Patrice Clement gentoo org> AuthorDate: Sat Sep 19 17:37:08 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Sep 19 17:37:36 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43da9eb dev-python/mechanize: Stable for ppc. Fixes bug 558974. Package-Manager: portage-2.2.18 Signed-off-by: Patrice Clement gentoo.org> dev-python/mechanize/mechanize-0.2.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mechanize/mechanize-0.2.5-r1.ebuild b/dev-python/mechanize/mechanize-0.2.5-r1.ebuild index 1af7b92..32f8790 100644 --- a/dev-python/mechanize/mechanize-0.2.5-r1.ebuild +++ b/dev-python/mechanize/mechanize-0.2.5-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://wwwsearch.sourceforge.net/${PN}/src/${P}.tar.gz" LICENSE="|| ( BSD ZPL )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="doc" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"