diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-01-18 23:12:45 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-01-18 23:12:45 +0000 |
commit | 65de564b68f90f6c291a5afe8d8869d115e6de22 (patch) | |
tree | aae95890dce4b3d06b793460702d7b6649d16c33 /dev-python/urwid | |
parent | exscalibar has been removed. (diff) | |
download | gentoo-2-65de564b68f90f6c291a5afe8d8869d115e6de22.tar.gz gentoo-2-65de564b68f90f6c291a5afe8d8869d115e6de22.tar.bz2 gentoo-2-65de564b68f90f6c291a5afe8d8869d115e6de22.zip |
x86 stable wrt bug 154198
(Portage version: 2.1.2)
Diffstat (limited to 'dev-python/urwid')
-rw-r--r-- | dev-python/urwid/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/urwid/urwid-0.9.7.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/urwid/ChangeLog b/dev-python/urwid/ChangeLog index 6179de89ece9..7d6d34994549 100644 --- a/dev-python/urwid/ChangeLog +++ b/dev-python/urwid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/urwid # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.18 2007/01/05 18:57:01 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.19 2007/01/18 23:12:45 armin76 Exp $ + + 18 Jan 2007; Raúl Porcel <armin76@gentoo.org> urwid-0.9.7.1.ebuild: + x86 stable wrt bug 154198 *urwid-0.9.7.2 (05 Jan 2007) diff --git a/dev-python/urwid/urwid-0.9.7.1.ebuild b/dev-python/urwid/urwid-0.9.7.1.ebuild index beec79ef652d..1a66e9233140 100644 --- a/dev-python/urwid/urwid-0.9.7.1.ebuild +++ b/dev-python/urwid/urwid-0.9.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-0.9.7.1.ebuild,v 1.1 2006/10/04 19:43:51 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-0.9.7.1.ebuild,v 1.2 2007/01/18 23:12:45 armin76 Exp $ inherit distutils eutils @@ -10,7 +10,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="virtual/python" |