commit: d4ae6dbb6ed499423d516e57f5e545a063f98720
Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Mon Dec 21 16:14:49 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Dec 21 16:14:49 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ae6dbb
net-firewall/fwknop: do not call distutils-r1_src_prepare
Firstly, this helps to avoid potential problems with double patching
because both autotools-utils_src_prepare and distutils-r1_src_prepare
try to apply patches from PATCHES variable and call epatch_user.
Secondly, fwknop's Python module does not need any special stuff that
distutils-r1_src_prepare does. On the contrary, without extra copying
of Python files, the build is happening the way it is supported and
expected by upstream.
Package-Manager: portage-2.2.24
net-firewall/fwknop/fwknop-2.6.7-r2.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild
b/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild
index a5bfe67..582a81b 100644
--- a/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild
+++ b/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild
@@ -77,11 +77,6 @@ src_prepare() {
fi
autotools-utils_src_prepare
-
- if use python; then
- cd "${S}"/python || die
- distutils-r1_src_prepare
- fi
}
src_configure() {