diff options
author | 2008-05-20 17:53:17 +0000 | |
---|---|---|
committer | 2008-05-20 17:53:17 +0000 | |
commit | 29da23b966a1b9e3c77ce1b85ff72b1aad827d0e (patch) | |
tree | cc8193e0488a4dec1548a364937412e7cb212a21 /dev-python | |
parent | old (diff) | |
download | gentoo-2-29da23b966a1b9e3c77ce1b85ff72b1aad827d0e.tar.gz gentoo-2-29da23b966a1b9e3c77ce1b85ff72b1aad827d0e.tar.bz2 gentoo-2-29da23b966a1b9e3c77ce1b85ff72b1aad827d0e.zip |
INSTALL does not exist in tarball
(Portage version: 2.1.5)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/twisted/twisted-8.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/twisted/twisted-8.0.1.ebuild b/dev-python/twisted/twisted-8.0.1.ebuild index 83feac5319bc..f307434dd1f0 100644 --- a/dev-python/twisted/twisted-8.0.1.ebuild +++ b/dev-python/twisted/twisted-8.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-8.0.1.ebuild,v 1.1 2008/05/13 20:29:16 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-8.0.1.ebuild,v 1.2 2008/05/20 17:53:17 cardoe Exp $ inherit eutils distutils versionator @@ -24,7 +24,7 @@ DEPEND=">=dev-lang/python-2.3 S=${WORKDIR}/${MY_P} -DOCS="CREDITS INSTALL NEWS README" +DOCS="CREDITS NEWS README" src_unpack() { unpack ${A} |