diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2015-11-23 16:05:20 +0300 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-11-25 07:27:47 +0800 |
commit | 9a3d9e47d56420e690772dba7a915fb019e07bf3 (patch) | |
tree | b4c8e2c40ac6460fd8259b8e347c5db9fe7b8c22 /net-firewall/fwknop | |
parent | app-text/libwps: x86 stable wrt bug #565026 (diff) | |
download | gentoo-9a3d9e47d56420e690772dba7a915fb019e07bf3.tar.gz gentoo-9a3d9e47d56420e690772dba7a915fb019e07bf3.tar.bz2 gentoo-9a3d9e47d56420e690772dba7a915fb019e07bf3.zip |
net-firewall/fwknop: enable out-of-source build
Diffstat (limited to 'net-firewall/fwknop')
-rw-r--r-- | net-firewall/fwknop/fwknop-2.6.7.ebuild | 8 |
1 files 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 2fc149ff0e68..bbad392a5c6c 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 |