diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-08 11:02:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-08 11:02:15 +0000 |
commit | 64d8788182a1b083c1154825e1450a19303e0714 (patch) | |
tree | d955328398493cd264a51b109aa2a5de5668cb26 /dev-python/urwid | |
parent | Stable for ppc64, wrt bug #530612 (diff) | |
download | gentoo-2-64d8788182a1b083c1154825e1450a19303e0714.tar.gz gentoo-2-64d8788182a1b083c1154825e1450a19303e0714.tar.bz2 gentoo-2-64d8788182a1b083c1154825e1450a19303e0714.zip |
Stable for ppc64, wrt bug #530614
(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/urwid')
-rw-r--r-- | dev-python/urwid/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/urwid/urwid-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/urwid/ChangeLog b/dev-python/urwid/ChangeLog index b7779cc6a5b6..67c6511e0fbf 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.76 2014/12/07 12:04:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.77 2014/12/08 11:02:15 ago Exp $ + + 08 Dec 2014; Agostino Sarubbo <ago@gentoo.org> urwid-1.2.2.ebuild: + Stable for ppc64, wrt bug #530614 07 Dec 2014; Agostino Sarubbo <ago@gentoo.org> urwid-1.2.2.ebuild: Stable for ppc, wrt bug #530614 diff --git a/dev-python/urwid/urwid-1.2.2.ebuild b/dev-python/urwid/urwid-1.2.2.ebuild index 0a566129c620..c445fd66fc1f 100644 --- a/dev-python/urwid/urwid-1.2.2.ebuild +++ b/dev-python/urwid/urwid-1.2.2.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.2.2.ebuild,v 1.4 2014/12/07 12:04:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.2.2.ebuild,v 1.5 2014/12/08 11:02:15 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${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[${PYTHON_USEDEP}] |