diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:47:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:47:32 +0000 |
commit | f43eb2039eee0436e748aa4b214ce04407c10faf (patch) | |
tree | 5a6c22ced6b563c4c06172c5ffec3a6a06f909dc /dev-python/pmw | |
parent | Remove rdepend=depend (diff) | |
download | historical-f43eb2039eee0436e748aa4b214ce04407c10faf.tar.gz historical-f43eb2039eee0436e748aa4b214ce04407c10faf.tar.bz2 historical-f43eb2039eee0436e748aa4b214ce04407c10faf.zip |
Remove rdepend=depend
Diffstat (limited to 'dev-python/pmw')
-rw-r--r-- | dev-python/pmw/pmw-0.8.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pmw/pmw-0.8.5.ebuild b/dev-python/pmw/pmw-0.8.5.ebuild index 10895b59b516..4620e169e287 100644 --- a/dev-python/pmw/pmw-0.8.5.ebuild +++ b/dev-python/pmw/pmw-0.8.5.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/pmw-0.8.5.ebuild,v 1.8 2002/10/17 16:36:53 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/pmw-0.8.5.ebuild,v 1.9 2002/10/20 18:47:32 vapier Exp $ DESCRIPTION="A toolkit for building high-level compound widgets in Python using the Tkinter module." HOMEPAGE="http://pmw.sourceforge.net/" DEPEND=">=dev-lang/python-2.1" -RDEPEND="${DEPEND}" SLOT="0" KEYWORDS="x86 ppc sparc sparc64 alpha" |