diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-05 15:42:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-05 15:42:09 +0000 |
commit | c0d5a2cba91912343d521746032accb687ed6b2c (patch) | |
tree | ed0da335c8fa143f7c3fc4f3dc30fb046090a812 /dev-python | |
parent | Stable for ppc, wrt bug #502798 (diff) | |
download | gentoo-2-c0d5a2cba91912343d521746032accb687ed6b2c.tar.gz gentoo-2-c0d5a2cba91912343d521746032accb687ed6b2c.tar.bz2 gentoo-2-c0d5a2cba91912343d521746032accb687ed6b2c.zip |
Stable for ppc, wrt bug #497622
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/urwid/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/urwid/urwid-1.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/urwid/ChangeLog b/dev-python/urwid/ChangeLog index 7c2010bb0daf..fd15e2ed6525 100644 --- a/dev-python/urwid/ChangeLog +++ b/dev-python/urwid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/urwid # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.66 2014/03/04 20:08:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.67 2014/03/05 15:42:09 ago Exp $ + + 05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> urwid-1.1.0.ebuild: + Stable for ppc, wrt bug #497622 04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> urwid-1.1.0.ebuild: Stable for x86, wrt bug #497622 diff --git a/dev-python/urwid/urwid-1.1.0.ebuild b/dev-python/urwid/urwid-1.1.0.ebuild index 3c9743c109d5..59985301b02e 100644 --- a/dev-python/urwid/urwid-1.1.0.ebuild +++ b/dev-python/urwid/urwid-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.1.0.ebuild,v 1.6 2014/03/04 20:08:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.1.0.ebuild,v 1.7 2014/03/05 15:42:09 ago Exp $ EAPI="4" PYTHON_USE_WITH="ncurses" @@ -17,7 +17,7 @@ SRC_URI="http://excess.org/urwid/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux" IUSE="doc examples test" DEPEND="dev-python/setuptools |