diff options
author | Owen Stampflee <owen@gentoo.org> | 2002-09-19 03:10:56 +0000 |
---|---|---|
committer | Owen Stampflee <owen@gentoo.org> | 2002-09-19 03:10:56 +0000 |
commit | 6353d4d27dc7bdf45ea9681598fe718ea7a4af93 (patch) | |
tree | efcfa0664b2794eb4d35931d62191d72bf0d2345 | |
parent | fixed my first time commiting ChangeLog ... i did it slightly wrong before ;) (diff) | |
download | historical-6353d4d27dc7bdf45ea9681598fe718ea7a4af93.tar.gz historical-6353d4d27dc7bdf45ea9681598fe718ea7a4af93.tar.bz2 historical-6353d4d27dc7bdf45ea9681598fe718ea7a4af93.zip |
added keywords
-rw-r--r-- | dev-python/pmw/pmw-0.8.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pmw/pmw-0.8.5.ebuild b/dev-python/pmw/pmw-0.8.5.ebuild index 94fad6e4b608..7591ae496ff6 100644 --- a/dev-python/pmw/pmw-0.8.5.ebuild +++ b/dev-python/pmw/pmw-0.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/pmw-0.8.5.ebuild,v 1.5 2002/08/16 02:49:58 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/pmw-0.8.5.ebuild,v 1.6 2002/09/19 03:10:56 owen Exp $ DESCRIPTION="A toolkit for building high-level compound widgets in Python using the Tkinter module." HOMEPAGE="http://pmw.sourceforge.net/" @@ -9,7 +9,7 @@ DEPEND=">=dev-lang/python-2.1" RDEPEND="${DEPEND}" SLOT="0" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64" LICENSE="MIT" |