diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-17 01:59:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-17 01:59:42 +0000 |
commit | 68630ac56592156e6e3f4ff6b75c09b185866308 (patch) | |
tree | d6c1d668750f2f0688cd90c961b1a5c32aafaa14 /dev-python | |
parent | Mark 1.12 stable on all arches (Manifest recommit) (diff) | |
download | gentoo-2-68630ac56592156e6e3f4ff6b75c09b185866308.tar.gz gentoo-2-68630ac56592156e6e3f4ff6b75c09b185866308.tar.bz2 gentoo-2-68630ac56592156e6e3f4ff6b75c09b185866308.zip |
only one inherit line
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/twisted-cvs/twisted-cvs-20031103.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/twisted-cvs/twisted-cvs-20031103.ebuild b/dev-python/twisted-cvs/twisted-cvs-20031103.ebuild index b9c94387b346..e8d952e49fab 100644 --- a/dev-python/twisted-cvs/twisted-cvs-20031103.ebuild +++ b/dev-python/twisted-cvs/twisted-cvs-20031103.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-cvs/twisted-cvs-20031103.ebuild,v 1.2 2004/05/07 20:22:28 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-cvs/twisted-cvs-20031103.ebuild,v 1.3 2004/06/17 01:56:58 mr_bones_ Exp $ ECVS_USER="anon" ECVS_SERVER="cvs.twistedmatrix.com:/cvs" ECVS_MODULE="Twisted" ECVS_CVS_OPTIONS="-dP" -inherit cvs -inherit distutils +inherit cvs distutils S=${WORKDIR}/${ECVS_MODULE} DESCRIPTION="Twisted is a framework, written in Python, for writing networked applications." |