summaryrefslogtreecommitdiff
path: root/net-firewall/fwknop
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2015-12-21 19:14:49 +0300
committerIlya Tumaykin <itumaykin@gmail.com>2015-12-21 19:14:49 +0300
commitd4ae6dbb6ed499423d516e57f5e545a063f98720 (patch)
tree6bd434596f4c516afd112d70732c2b5d21d36f05 /net-firewall/fwknop
parent73fda1f16f2b7a5d388997dbef83f7670fc792fe (diff)
downloadgentoo-d4ae6dbb6ed499423d516e57f5e545a063f98720.tar.gz
gentoo-d4ae6dbb6ed499423d516e57f5e545a063f98720.tar.xz
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
Diffstat (limited to 'net-firewall/fwknop')
-rw-r--r--net-firewall/fwknop/fwknop-2.6.7-r2.ebuild5
1 files changed, 0 insertions, 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 a5bfe67541a..582a81b605d 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() {