diff options
-rw-r--r-- | dev-python/urwid/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/urwid/urwid-0.9.7.1.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/urwid/ChangeLog b/dev-python/urwid/ChangeLog index 7d6d34994549..58548b4af9e8 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.19 2007/01/18 23:12:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.20 2007/01/23 15:29:47 beandog Exp $ + + 23 Jan 2007; Steve Dibb <beandog@gentoo.org> urwid-0.9.7.1.ebuild: + amd64 stable, bug 154198 18 Jan 2007; Raúl Porcel <armin76@gentoo.org> urwid-0.9.7.1.ebuild: x86 stable wrt bug 154198 diff --git a/dev-python/urwid/urwid-0.9.7.1.ebuild b/dev-python/urwid/urwid-0.9.7.1.ebuild index 1a66e9233140..343998f5278a 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-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.2 2007/01/18 23:12:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-0.9.7.1.ebuild,v 1.3 2007/01/23 15:29:47 beandog Exp $ inherit distutils eutils @@ -13,7 +13,6 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86" IUSE="examples" -DEPEND="virtual/python" src_unpack() { unpack ${A} |