diff options
author | 2015-02-23 11:20:49 +0000 | |
---|---|---|
committer | 2015-02-23 11:20:49 +0000 | |
commit | 5a83140462652e4b6744979de41cb139d95c37d1 (patch) | |
tree | 7403d7a44b8b737afda5a0d9588264d89a280bbc /dev-python/gevent | |
parent | Stable for ppc64, wrt bug #540002 (diff) | |
download | gentoo-2-5a83140462652e4b6744979de41cb139d95c37d1.tar.gz gentoo-2-5a83140462652e4b6744979de41cb139d95c37d1.tar.bz2 gentoo-2-5a83140462652e4b6744979de41cb139d95c37d1.zip |
Stable for ppc64, wrt bug #535326
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/gevent')
-rw-r--r-- | dev-python/gevent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/gevent/gevent-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/gevent/ChangeLog b/dev-python/gevent/ChangeLog index cec265a58b59..029610665167 100644 --- a/dev-python/gevent/ChangeLog +++ b/dev-python/gevent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gevent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gevent/ChangeLog,v 1.27 2015/02/21 14:17:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gevent/ChangeLog,v 1.28 2015/02/23 11:20:49 ago Exp $ + + 23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> gevent-1.0.1.ebuild: + Stable for ppc64, wrt bug #535326 21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> gevent-1.0.1.ebuild: Stable for ppc, wrt bug #535326 diff --git a/dev-python/gevent/gevent-1.0.1.ebuild b/dev-python/gevent/gevent-1.0.1.ebuild index 36aa607f8897..28b4281c7fce 100644 --- a/dev-python/gevent/gevent-1.0.1.ebuild +++ b/dev-python/gevent/gevent-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gevent/gevent-1.0.1.ebuild,v 1.4 2015/02/21 14:17:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gevent/gevent-1.0.1.ebuild,v 1.5 2015/02/23 11:20:49 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -17,7 +17,7 @@ SRC_URI="https://github.com/surfly/${PN}/releases/download/${MY_PV}/${MY_P}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="doc examples" RDEPEND="dev-libs/libev |