commit: 818c8431ebd5f9ae0f68797137d4491e0413a4b0
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 5 22:38:06 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Apr 5 22:38:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=818c8431
dev-python/bandit: fix src_install
Package-Manager: portage-2.2.26
dev-python/bandit/bandit-1.0.1.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/dev-python/bandit/bandit-1.0.1.ebuild
b/dev-python/bandit/bandit-1.0.1.ebuild
index d35dfc5..43618a2 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
-}