diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-25 21:54:16 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-25 21:54:16 +0000 |
commit | 394ff501c12ae9a31bed98022e3ef3a6e68a45da (patch) | |
tree | 75d90ed945c5a3ae7f796a3065902b466a5b541c /app-admin/denyhosts | |
parent | Delete old patch. (diff) | |
download | gentoo-2-394ff501c12ae9a31bed98022e3ef3a6e68a45da.tar.gz gentoo-2-394ff501c12ae9a31bed98022e3ef3a6e68a45da.tar.bz2 gentoo-2-394ff501c12ae9a31bed98022e3ef3a6e68a45da.zip |
distutils_src_install() installs denyhosts.py, so don't install it again.
(Portage version: 15152-svn/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/denyhosts')
-rw-r--r-- | app-admin/denyhosts/denyhosts-2.6-r1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app-admin/denyhosts/denyhosts-2.6-r1.ebuild b/app-admin/denyhosts/denyhosts-2.6-r1.ebuild index f6e4fd3b4310..343773a95564 100644 --- a/app-admin/denyhosts/denyhosts-2.6-r1.ebuild +++ b/app-admin/denyhosts/denyhosts-2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-2.6-r1.ebuild,v 1.8 2009/12/20 04:13:49 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-2.6-r1.ebuild,v 1.9 2009/12/25 21:54:16 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -46,9 +46,6 @@ src_install() { newinitd "${FILESDIR}"/denyhosts.init denyhosts - exeinto /usr/bin - newexe denyhosts.py denyhosts - dodoc CHANGELOG.txt README.txt keepdir /var/lib/denyhosts |