diff options
author | David Holm <dholm@gentoo.org> | 2005-02-21 12:37:31 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-02-21 12:37:31 +0000 |
commit | a05e3a9531e72a9c11a3ce90c92cfca52b89a0b8 (patch) | |
tree | a2b69ebee28fb1586de1d5456ceaf269a7230e8a | |
parent | Version bumped (diff) | |
download | gentoo-2-a05e3a9531e72a9c11a3ce90c92cfca52b89a0b8.tar.gz gentoo-2-a05e3a9531e72a9c11a3ce90c92cfca52b89a0b8.tar.bz2 gentoo-2-a05e3a9531e72a9c11a3ce90c92cfca52b89a0b8.zip |
Added to ~ppc
(Portage version: 2.0.51-r15)
-rw-r--r-- | dev-python/urwid/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/urwid/urwid-0.8.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/urwid/ChangeLog b/dev-python/urwid/ChangeLog index f7a213923c2b..090aa3bb1e3f 100644 --- a/dev-python/urwid/ChangeLog +++ b/dev-python/urwid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/urwid # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.2 2005/01/21 04:32:48 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.3 2005/02/21 12:37:31 dholm Exp $ + + 21 Feb 2005; David Holm <dholm@gentoo.org> urwid-0.8.6.ebuild: + Added to ~ppc. 20 Jan 2005; Rob Cakebread <pythonhead@gentoo.org> urwid-0.8.6.ebuild: License changed to LGPL-2.1 diff --git a/dev-python/urwid/urwid-0.8.6.ebuild b/dev-python/urwid/urwid-0.8.6.ebuild index 8684a0467688..15d69fda48a0 100644 --- a/dev-python/urwid/urwid-0.8.6.ebuild +++ b/dev-python/urwid/urwid-0.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-0.8.6.ebuild,v 1.2 2005/01/21 04:32:48 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-0.8.6.ebuild,v 1.3 2005/02/21 12:37:31 dholm Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="http://excess.org/urwid/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="" DEPEND=">=dev-lang/python-2.1.3-r1" |