commit: 9a3d9e47d56420e690772dba7a915fb019e07bf3 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Mon Nov 23 13:05:20 2015 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Tue Nov 24 23:27:47 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3d9e47
net-firewall/fwknop: enable out-of-source build net-firewall/fwknop/fwknop-2.6.7.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-firewall/fwknop/fwknop-2.6.7.ebuild b/net-firewall/fwknop/fwknop-2.6.7.ebuild index 2fc149f..bbad392 100644 --- a/net-firewall/fwknop/fwknop-2.6.7.ebuild +++ b/net-firewall/fwknop/fwknop-2.6.7.ebuild @@ -4,13 +4,13 @@ EAPI=5 +AUTOTOOLS_AUTORECONF=1 +DISABLE_AUTOFORMATTING=1 + +DISTUTILS_OPTIONAL=1 # Python extension supports only Python2 # See https://github.com/mrash/fwknop/issues/167 PYTHON_COMPAT=( python2_7 ) -DISTUTILS_OPTIONAL=1 -AUTOTOOLS_AUTORECONF=1 -AUTOTOOLS_IN_SOURCE_BUILD=1 -DISABLE_AUTOFORMATTING=1 inherit autotools-utils distutils-r1 linux-info readme.gentoo systemd
