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 392141382BE for ; Tue, 21 Jun 2016 02:47:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E836E08B5; Tue, 21 Jun 2016 02:47:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5CF6E08BA for ; Tue, 21 Jun 2016 02:47:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB6E633E5E4 for ; Tue, 21 Jun 2016 02:47:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4574B2412 for ; Tue, 21 Jun 2016 02:47:03 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1466476369.8eb4ced8bf9fe5df95f5f1a9bc47bacbfbcf6dd3.vapier@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: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 8eb4ced8bf9fe5df95f5f1a9bc47bacbfbcf6dd3 X-VCS-Branch: master Date: Tue, 21 Jun 2016 02:47:03 +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: 4da5bbfd-97b0-4c21-80c9-e055cd55f006 X-Archives-Hash: 0c342d4e14a0f3f072f61ffb4987c8e4 commit: 8eb4ced8bf9fe5df95f5f1a9bc47bacbfbcf6dd3 Author: Mike Frysinger gentoo org> AuthorDate: Tue Jun 21 02:32:49 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Jun 21 02:32:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb4ced8 dev-python/ply: mark 3.6-r1 arm64/m68k/s390/sh/sparc stable #560894 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 b06f958..c2f201e7 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 ~sparc 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 sparc 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}]"