diff options
author | Markus Meier <maekke@gentoo.org> | 2015-02-26 18:56:39 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-02-26 18:56:39 +0000 |
commit | f6da9c91f6dcf2cbebc13da084fb98af156cfc76 (patch) | |
tree | 7ed7ece4d8f7e2548ce6173d0a65948e4876934c /dev-python/gevent | |
parent | arm stable, bug #535316 (diff) | |
download | gentoo-2-f6da9c91f6dcf2cbebc13da084fb98af156cfc76.tar.gz gentoo-2-f6da9c91f6dcf2cbebc13da084fb98af156cfc76.tar.bz2 gentoo-2-f6da9c91f6dcf2cbebc13da084fb98af156cfc76.zip |
arm stable, bug #535326
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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 029610665167..e2fe78c990e9 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.28 2015/02/23 11:20:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gevent/ChangeLog,v 1.29 2015/02/26 18:56:39 maekke Exp $ + + 26 Feb 2015; Markus Meier <maekke@gentoo.org> gevent-1.0.1.ebuild: + arm stable, bug #535326 23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> gevent-1.0.1.ebuild: Stable for ppc64, wrt bug #535326 diff --git a/dev-python/gevent/gevent-1.0.1.ebuild b/dev-python/gevent/gevent-1.0.1.ebuild index 28b4281c7fce..09c9b2d513b7 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.5 2015/02/23 11:20:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gevent/gevent-1.0.1.ebuild,v 1.6 2015/02/26 18:56:39 maekke 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 |