diff options
author | 2003-11-03 07:06:49 +0000 | |
---|---|---|
committer | 2003-11-03 07:06:49 +0000 | |
commit | d37116b07b550140211afdc0b338bca70088ab67 (patch) | |
tree | e9b2ff5cc247daf2a1f2098188d4f8314ed76edf /dev-python/twisted/twisted-1.1.0.ebuild | |
parent | moved to twisted-docs (diff) | |
download | gentoo-2-d37116b07b550140211afdc0b338bca70088ab67.tar.gz gentoo-2-d37116b07b550140211afdc0b338bca70088ab67.tar.bz2 gentoo-2-d37116b07b550140211afdc0b338bca70088ab67.zip |
fixed dep for TwistedDocs -> twisted-docs
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} |