diff options
author | 2012-05-31 16:29:11 +0000 | |
---|---|---|
committer | 2012-05-31 16:29:11 +0000 | |
commit | 28d75866a672bce34a812318e19f3bca827cdfc0 (patch) | |
tree | bc74cd47dd048b5d9d797c8112d849f26cdf5a1c /dev-python/urwid | |
parent | Keyword ~mips (diff) | |
download | gentoo-2-28d75866a672bce34a812318e19f3bca827cdfc0.tar.gz gentoo-2-28d75866a672bce34a812318e19f3bca827cdfc0.tar.bz2 gentoo-2-28d75866a672bce34a812318e19f3bca827cdfc0.zip |
Keyword ~mips
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/urwid')
-rw-r--r-- | dev-python/urwid/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/urwid/urwid-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/urwid/ChangeLog b/dev-python/urwid/ChangeLog index b0d2e9f476eb..01012bb07203 100644 --- a/dev-python/urwid/ChangeLog +++ b/dev-python/urwid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/urwid # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.49 2012/05/20 07:25:54 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.50 2012/05/31 16:29:11 blueness Exp $ + + 31 May 2012; Anthony G. Basile <blueness@gentoo.org> urwid-1.0.1.ebuild: + Keyword ~mips 20 May 2012; Mark Loeser <halcy0n@gentoo.org> urwid-1.0.1.ebuild: Stable for ppc/ppc64; bug #404719 diff --git a/dev-python/urwid/urwid-1.0.1.ebuild b/dev-python/urwid/urwid-1.0.1.ebuild index 12a9c907e717..43582a1664d3 100644 --- a/dev-python/urwid/urwid-1.0.1.ebuild +++ b/dev-python/urwid/urwid-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.1.ebuild,v 1.4 2012/05/20 07:25:54 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.1.ebuild,v 1.5 2012/05/31 16:29:11 blueness 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 ~ia64 ppc ppc64 ~sparc x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="amd64 ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux" IUSE="examples" DEPEND="dev-python/setuptools" |