diff options
-rw-r--r-- | dev-python/urwid/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/urwid/urwid-0.9.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/urwid/ChangeLog b/dev-python/urwid/ChangeLog index f24a35fd65e4..18882feca128 100644 --- a/dev-python/urwid/ChangeLog +++ b/dev-python/urwid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/urwid -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.37 2009/12/24 17:37:46 pacho Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.38 2010/01/03 14:26:38 maekke Exp $ + + 03 Jan 2010; Markus Meier <maekke@gentoo.org> urwid-0.9.9.ebuild: + x86 stable, bug #297715 24 Dec 2009; Pacho Ramos <pacho@gentoo.org> urwid-0.9.9.ebuild: amd64 stable, bug 297715 diff --git a/dev-python/urwid/urwid-0.9.9.ebuild b/dev-python/urwid/urwid-0.9.9.ebuild index e77f58423797..aac41d259f5d 100644 --- a/dev-python/urwid/urwid-0.9.9.ebuild +++ b/dev-python/urwid/urwid-0.9.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-0.9.9.ebuild,v 1.4 2009/12/24 17:37:46 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-0.9.9.ebuild,v 1.5 2010/01/03 14:26:38 maekke Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,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 ~ppc ppc64 ~sparc x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux" IUSE="examples" DEPEND="dev-python/setuptools" |