From: Matthew Thode Date: Tue, 5 Apr 2016 22:38:06 +0000 (-0500) Subject: dev-python/bandit: fix src_install X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=818c8431ebd5f9ae0f68797137d4491e0413a4b0;p=gentoo.git dev-python/bandit: fix src_install Package-Manager: portage-2.2.26 --- diff --git a/dev-python/bandit/bandit-1.0.1.ebuild b/dev-python/bandit/bandit-1.0.1.ebuild index d35dfc5007be..43618a20b0de 100644 --- a/dev-python/bandit/bandit-1.0.1.ebuild +++ b/dev-python/bandit/bandit-1.0.1.ebuild @@ -50,8 +50,3 @@ python_test() { testr init testr run || die } - -python_install_all() { - distutils-r1_python_install_all - mv "${D}/usr/etc" "${D}/" || die -}