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 546F2139891 for ; Tue, 25 Aug 2015 05:38:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8ADEF1419B; Tue, 25 Aug 2015 05:38:51 +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 D333B141C1 for ; Tue, 25 Aug 2015 05:38:50 +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 128D1340836 for ; Tue, 25 Aug 2015 05:38:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B446916E for ; Tue, 25 Aug 2015 05:38:46 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1440481109.287b9c7cc358aeb485bd4c78d0386e5be38257e0.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ply/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ply/ply-3.6-r1.ebuild X-VCS-Directories: dev-python/ply/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 287b9c7cc358aeb485bd4c78d0386e5be38257e0 X-VCS-Branch: master Date: Tue, 25 Aug 2015 05:38:46 +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: d052c086-cbd5-4a4a-9d83-dd8d7120a2a4 X-Archives-Hash: dc642b12285a6fae3b6428d2df078f42 commit: 287b9c7cc358aeb485bd4c78d0386e5be38257e0 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Aug 25 05:35:20 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Aug 25 05:38:29 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=287b9c7c dev-python/ply: Stable for HPPA PPC64 (bug #556428). Package-Manager: portage-2.2.20.1 dev-python/ply/ply-3.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ply/ply-3.6-r1.ebuild b/dev-python/ply/ply-3.6-r1.ebuild index a3d02a3..2ed2e40 100644 --- a/dev-python/ply/ply-3.6-r1.ebuild +++ b/dev-python/ply/ply-3.6-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://www.dabeaz.com/ply/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="alpha ~amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="examples" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"