diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-18 17:50:01 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-18 17:52:06 +0100 |
commit | f6066eca160e478fef77d7a6839962c5bd755afa (patch) | |
tree | 0ba239ac057175c731b0aad307c702eae8d48e69 /dev-python/ply | |
parent | media-gfx/kphotoalbum: amd64 stable wrt bug #606262 (diff) | |
download | gentoo-f6066eca160e478fef77d7a6839962c5bd755afa.tar.gz gentoo-f6066eca160e478fef77d7a6839962c5bd755afa.tar.bz2 gentoo-f6066eca160e478fef77d7a6839962c5bd755afa.zip |
dev-python/ply: amd64 stable wrt bug #606266
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/ply')
-rw-r--r-- | dev-python/ply/ply-3.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ply/ply-3.9.ebuild b/dev-python/ply/ply-3.9.ebuild index 9df5baf939da..d3a2b611a117 100644 --- a/dev-python/ply/ply-3.9.ebuild +++ b/dev-python/ply/ply-3.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${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" RDEPEND="" |