diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-11 11:42:32 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-11 11:42:32 +0200 |
commit | f72eab20ef460a63ff71ea726eb68d18e5bbcd9a (patch) | |
tree | e335097308256b291080d742ac9530b6f237c229 /dev-python/ply | |
parent | net-dns/dnsmasq: arm stable wrt bug #721694 (diff) | |
download | gentoo-f72eab20ef460a63ff71ea726eb68d18e5bbcd9a.tar.gz gentoo-f72eab20ef460a63ff71ea726eb68d18e5bbcd9a.tar.bz2 gentoo-f72eab20ef460a63ff71ea726eb68d18e5bbcd9a.zip |
dev-python/ply: stable for s390, required by dev-python/requests
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/ply')
-rw-r--r-- | dev-python/ply/ply-3.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ply/ply-3.11.ebuild b/dev-python/ply/ply-3.11.ebuild index 49e25985f91c..b9c1bcae57eb 100644 --- a/dev-python/ply/ply-3.11.ebuild +++ b/dev-python/ply/ply-3.11.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples" RDEPEND="" |