diff options
Diffstat (limited to 'dev-python/twisted/twisted-1.1.0.ebuild')
-rw-r--r-- | dev-python/twisted/twisted-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/twisted/twisted-1.1.0.ebuild b/dev-python/twisted/twisted-1.1.0.ebuild index a6e80bef2a8a..a33df591b5e7 100644 --- a/dev-python/twisted/twisted-1.1.0.ebuild +++ b/dev-python/twisted/twisted-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.1.0.ebuild,v 1.1 2003/10/27 08:10:45 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.1.0.ebuild,v 1.2 2003/11/03 07:06:43 lordvan Exp $ inherit distutils @@ -17,7 +17,7 @@ DEPEND=">=dev-lang/python-2.2* >=dev-python/pycrypto-1.9_alpha4 gtk? ( =dev-python/pygtk-0.6* ) gtk2? ( >=dev-python/pygtk-1.99* ) - doc? ( =dev-python/TwistedDocs-${PV} )" + doc? ( =dev-python/twisted-docs-${PV} )" S=${WORKDIR}/Twisted-${PV} |