diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-25 13:03:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-25 13:03:01 +0100 |
commit | d58c93c3cb271f0c985b58077e8427de8e8aad3f (patch) | |
tree | ba5bfb7474f310de36f0d73894297c76aedb3b74 /dev-python/geventhttpclient | |
parent | dev-python/guessit: Set DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-d58c93c3cb271f0c985b58077e8427de8e8aad3f.tar.gz gentoo-d58c93c3cb271f0c985b58077e8427de8e8aad3f.tar.bz2 gentoo-d58c93c3cb271f0c985b58077e8427de8e8aad3f.zip |
dev-python/geventhttpclient: Stabilize 1.3.1-r1 ALLARCHES
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/geventhttpclient')
-rw-r--r-- | dev-python/geventhttpclient/geventhttpclient-1.3.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/geventhttpclient/geventhttpclient-1.3.1-r1.ebuild b/dev-python/geventhttpclient/geventhttpclient-1.3.1-r1.ebuild index 730bd48ff87a..58b14db4d77d 100644 --- a/dev-python/geventhttpclient/geventhttpclient-1.3.1-r1.ebuild +++ b/dev-python/geventhttpclient/geventhttpclient-1.3.1-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |