diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-03 21:05:48 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-03 21:07:27 +0000 |
commit | 06e349bd5057f77c4386bf7cca33bd929628628e (patch) | |
tree | dcec10f62ae17da72b2220b27e3e15bf8621d651 /dev-python/geventhttpclient | |
parent | dev-python/gevent: stable 1.2.1 for ppc, bug #626954 (diff) | |
download | gentoo-06e349bd5057f77c4386bf7cca33bd929628628e.tar.gz gentoo-06e349bd5057f77c4386bf7cca33bd929628628e.tar.bz2 gentoo-06e349bd5057f77c4386bf7cca33bd929628628e.zip |
dev-python/geventhttpclient: stable 1.3.1 for ppc, bug #626954
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'dev-python/geventhttpclient')
-rw-r--r-- | dev-python/geventhttpclient/geventhttpclient-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/geventhttpclient/geventhttpclient-1.3.1.ebuild b/dev-python/geventhttpclient/geventhttpclient-1.3.1.ebuild index 883f5906c85a..8cb8d84fb3c7 100644 --- a/dev-python/geventhttpclient/geventhttpclient-1.3.1.ebuild +++ b/dev-python/geventhttpclient/geventhttpclient-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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" RDEPEND=" |