Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwknop/
Date: Tue, 24 Nov 2015 23:28:31
Message-Id: 1448407667.9a3d9e47d56420e690772dba7a915fb019e07bf3.idella4@gentoo
1 commit: 9a3d9e47d56420e690772dba7a915fb019e07bf3
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Mon Nov 23 13:05:20 2015 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 24 23:27:47 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3d9e47
7
8 net-firewall/fwknop: enable out-of-source build
9
10 net-firewall/fwknop/fwknop-2.6.7.ebuild | 8 ++++----
11 1 file changed, 4 insertions(+), 4 deletions(-)
12
13 diff --git a/net-firewall/fwknop/fwknop-2.6.7.ebuild b/net-firewall/fwknop/fwknop-2.6.7.ebuild
14 index 2fc149f..bbad392 100644
15 --- a/net-firewall/fwknop/fwknop-2.6.7.ebuild
16 +++ b/net-firewall/fwknop/fwknop-2.6.7.ebuild
17 @@ -4,13 +4,13 @@
18
19 EAPI=5
20
21 +AUTOTOOLS_AUTORECONF=1
22 +DISABLE_AUTOFORMATTING=1
23 +
24 +DISTUTILS_OPTIONAL=1
25 # Python extension supports only Python2
26 # See https://github.com/mrash/fwknop/issues/167
27 PYTHON_COMPAT=( python2_7 )
28 -DISTUTILS_OPTIONAL=1
29 -AUTOTOOLS_AUTORECONF=1
30 -AUTOTOOLS_IN_SOURCE_BUILD=1
31 -DISABLE_AUTOFORMATTING=1
32
33 inherit autotools-utils distutils-r1 linux-info readme.gentoo systemd