diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-03-22 22:30:11 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-03-22 22:30:11 +0000 |
commit | e965d9ee1718e5548af5de5242ae8ecea4bd9526 (patch) | |
tree | 20b8ae66bdd35ce04308162f1e1d787c788553e9 /dev-python/cheetah/cheetah-0.9.14.ebuild | |
parent | QA, bug #45343. (Manifest recommit) (diff) | |
download | gentoo-2-e965d9ee1718e5548af5de5242ae8ecea4bd9526.tar.gz gentoo-2-e965d9ee1718e5548af5de5242ae8ecea4bd9526.tar.bz2 gentoo-2-e965d9ee1718e5548af5de5242ae8ecea4bd9526.zip |
QA, bug #45343.
Diffstat (limited to 'dev-python/cheetah/cheetah-0.9.14.ebuild')
-rw-r--r-- | dev-python/cheetah/cheetah-0.9.14.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/cheetah/cheetah-0.9.14.ebuild b/dev-python/cheetah/cheetah-0.9.14.ebuild index 74942969dc34..02f0e5e81a65 100644 --- a/dev-python/cheetah/cheetah-0.9.14.ebuild +++ b/dev-python/cheetah/cheetah-0.9.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-0.9.14.ebuild,v 1.1 2004/01/18 12:18:55 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-0.9.14.ebuild,v 1.2 2004/03/22 22:30:11 kloeri Exp $ inherit distutils @@ -10,8 +10,7 @@ DESCRIPTION="Cheetah is a Python-powered template engine and code generator." SRC_URI="mirror://sourceforge/cheetahtemplate/${MY_P}.tar.gz" HOMEPAGE="http://www.cheetahtemplate.org/" -RDEPEND=">=dev-lang/python-2.2" -DEPEND="${RDEPEND}" +DEPEND=">=dev-lang/python-2.2" SLOT="0" KEYWORDS="x86 sparc alpha" |