commit:     650b8df443387201e4a43b0a8d0f1df61349083b
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  1 16:37:25 2019 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Nov  1 17:03:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650b8df4

app-admin/ansible: remove manifest.in removal

Fixes: https://bugs.gentoo.org/699086
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 app-admin/ansible/ansible-2.9.0.ebuild | 5 -----
 app-admin/ansible/ansible-9999.ebuild  | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/app-admin/ansible/ansible-2.9.0.ebuild 
b/app-admin/ansible/ansible-2.9.0.ebuild
index ed9cfd72741..29be3eba4da 100644
--- a/app-admin/ansible/ansible-2.9.0.ebuild
+++ b/app-admin/ansible/ansible-2.9.0.ebuild
@@ -56,11 +56,6 @@ python_compile_all() {
        fi
 }
 
-python_prepare_all() {
-       rm -fv MANIFEST.in || die
-       distutils-r1_python_prepare_all
-}
-
 python_test() {
        nosetests -d -w test/units -v --with-coverage --cover-package=ansible 
--cover-branches || die
 }

diff --git a/app-admin/ansible/ansible-9999.ebuild 
b/app-admin/ansible/ansible-9999.ebuild
index 64bfd803760..fbd68a46834 100644
--- a/app-admin/ansible/ansible-9999.ebuild
+++ b/app-admin/ansible/ansible-9999.ebuild
@@ -57,11 +57,6 @@ python_compile_all() {
        fi
 }
 
-python_prepare_all() {
-       rm -fv MANIFEST.in || die
-       distutils-r1_python_prepare_all
-}
-
 python_test() {
        nosetests -d -w test/units -v --with-coverage --cover-package=ansible 
--cover-branches || die
 }

Reply via email to