diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-07-15 13:03:08 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-07-15 13:03:08 +0000 |
commit | 255edca5c95f0dbd4416e48c76713d8b52ea3e1b (patch) | |
tree | 5ae0256c80ac68a850836662e25ad3c50ca30fa3 /dev-python | |
parent | stable x86, bug 277351 (diff) | |
download | historical-255edca5c95f0dbd4416e48c76713d8b52ea3e1b.tar.gz historical-255edca5c95f0dbd4416e48c76713d8b52ea3e1b.tar.bz2 historical-255edca5c95f0dbd4416e48c76713d8b52ea3e1b.zip |
stable x86, bug 277356
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/urwid/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/urwid/urwid-0.9.8.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/urwid/ChangeLog b/dev-python/urwid/ChangeLog index cd9cc4e797a0..a6455e9f2049 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.26 2009/04/26 15:04:48 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.27 2009/07/15 13:03:08 fauli Exp $ + + 15 Jul 2009; Christian Faulhammer <fauli@gentoo.org> urwid-0.9.8.4.ebuild: + stable x86, bug 277356 26 Apr 2009; Brent Baude <ranger@gentoo.org> urwid-0.9.8.4.ebuild: stable ppc, bug 267052 diff --git a/dev-python/urwid/urwid-0.9.8.4.ebuild b/dev-python/urwid/urwid-0.9.8.4.ebuild index 25c4b6391846..4aff342b2d7b 100644 --- a/dev-python/urwid/urwid-0.9.8.4.ebuild +++ b/dev-python/urwid/urwid-0.9.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-0.9.8.4.ebuild,v 1.2 2009/04/26 15:04:48 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-0.9.8.4.ebuild,v 1.3 2009/07/15 13:03:08 fauli Exp $ NEED_PYTHON=2.2 @@ -12,7 +12,7 @@ SRC_URI="http://excess.org/urwid/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ia64 ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ppc ~sparc x86" IUSE="examples" DEPEND="dev-python/setuptools" |