From d4ae6dbb6ed499423d516e57f5e545a063f98720 Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Mon, 21 Dec 2015 19:14:49 +0300 Subject: 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(-) (limited to 'net-firewall') diff --git a/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild b/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild index a5bfe67541ab..582a81b605dd 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() { -- cgit v1.2.3-65-gdbad