diff options
author | Fernando Serboncini <fserb@gentoo.org> | 2005-02-07 15:46:14 +0000 |
---|---|---|
committer | Fernando Serboncini <fserb@gentoo.org> | 2005-02-07 15:46:14 +0000 |
commit | a3b0ad927308f3567f67fbb6dbe1dd739b9c2c88 (patch) | |
tree | 88b91205f5eafeb09528615c9f56543a961effce /dev-python/quixote/quixote-0.6.1.ebuild | |
parent | added ~amd64 (diff) | |
download | gentoo-2-a3b0ad927308f3567f67fbb6dbe1dd739b9c2c88.tar.gz gentoo-2-a3b0ad927308f3567f67fbb6dbe1dd739b9c2c88.tar.bz2 gentoo-2-a3b0ad927308f3567f67fbb6dbe1dd739b9c2c88.zip |
moved inherit to the top of the ebuild
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-python/quixote/quixote-0.6.1.ebuild')
-rw-r--r-- | dev-python/quixote/quixote-0.6.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/quixote/quixote-0.6.1.ebuild b/dev-python/quixote/quixote-0.6.1.ebuild index 73e7d1cf88d0..8ae0739624b2 100644 --- a/dev-python/quixote/quixote-0.6.1.ebuild +++ b/dev-python/quixote/quixote-0.6.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-0.6.1.ebuild,v 1.5 2005/01/20 02:59:36 gongloo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-0.6.1.ebuild,v 1.6 2005/02/07 15:46:14 fserb Exp $ + +inherit distutils PN0="Quixote" DESCRIPTION="Python HTML templating framework for developing web applications." @@ -12,8 +14,6 @@ SLOT="0" KEYWORDS="x86" IUSE="" -inherit distutils - DEPEND=">=dev-lang/python-2.2" S=${WORKDIR}/${PN0}-${PV} |