Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/xtables-addons/
Date: Thu, 06 Sep 2018 07:36:25
Message-Id: 1536219356.c98037296380f51fef1f30206943ef921269bfae.swegener@gentoo
1 commit: c98037296380f51fef1f30206943ef921269bfae
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 6 07:35:00 2018 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 6 07:35:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9803729
7
8 net-firewall/xtables-addons: Use KV_OUT_DIR for building
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-firewall/xtables-addons/xtables-addons-2.13.ebuild | 4 ++--
13 net-firewall/xtables-addons/xtables-addons-2.14.ebuild | 4 ++--
14 net-firewall/xtables-addons/xtables-addons-3.0.ebuild | 2 +-
15 3 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/net-firewall/xtables-addons/xtables-addons-2.13.ebuild b/net-firewall/xtables-addons/xtables-addons-2.13.ebuild
18 index 344178cebcc..3722de98ac4 100644
19 --- a/net-firewall/xtables-addons/xtables-addons-2.13.ebuild
20 +++ b/net-firewall/xtables-addons/xtables-addons-2.13.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -171,7 +171,7 @@ src_configure() {
28 set_arch_to_kernel # .. or it'll look for /arch/amd64/Makefile
29 econf --prefix="${EPREFIX}/" \
30 --libexecdir="${EPREFIX}/$(get_libdir)/" \
31 - --with-kbuild="${KV_DIR}"
32 + --with-kbuild="${KV_OUT_DIR}"
33 }
34
35 src_compile() {
36
37 diff --git a/net-firewall/xtables-addons/xtables-addons-2.14.ebuild b/net-firewall/xtables-addons/xtables-addons-2.14.ebuild
38 index 0cc12c83629..f802d660a63 100644
39 --- a/net-firewall/xtables-addons/xtables-addons-2.14.ebuild
40 +++ b/net-firewall/xtables-addons/xtables-addons-2.14.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI="6"
47 @@ -171,7 +171,7 @@ src_configure() {
48 set_arch_to_kernel # .. or it'll look for /arch/amd64/Makefile
49 econf --prefix="${EPREFIX}/" \
50 --libexecdir="${EPREFIX}/$(get_libdir)/" \
51 - --with-kbuild="${KV_DIR}"
52 + --with-kbuild="${KV_OUT_DIR}"
53 }
54
55 src_compile() {
56
57 diff --git a/net-firewall/xtables-addons/xtables-addons-3.0.ebuild b/net-firewall/xtables-addons/xtables-addons-3.0.ebuild
58 index fe13a6f14f1..7683ecc923e 100644
59 --- a/net-firewall/xtables-addons/xtables-addons-3.0.ebuild
60 +++ b/net-firewall/xtables-addons/xtables-addons-3.0.ebuild
61 @@ -171,7 +171,7 @@ src_configure() {
62 set_arch_to_kernel # .. or it'll look for /arch/amd64/Makefile
63 econf --prefix="${EPREFIX}/" \
64 --libexecdir="${EPREFIX}/$(get_libdir)/" \
65 - --with-kbuild="${KV_DIR}"
66 + --with-kbuild="${KV_OUT_DIR}"
67 }
68
69 src_compile() {