commit:     c98037296380f51fef1f30206943ef921269bfae
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  6 07:35:00 2018 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Thu Sep  6 07:35:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9803729

net-firewall/xtables-addons: Use KV_OUT_DIR for building

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-firewall/xtables-addons/xtables-addons-2.13.ebuild | 4 ++--
 net-firewall/xtables-addons/xtables-addons-2.14.ebuild | 4 ++--
 net-firewall/xtables-addons/xtables-addons-3.0.ebuild  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-firewall/xtables-addons/xtables-addons-2.13.ebuild 
b/net-firewall/xtables-addons/xtables-addons-2.13.ebuild
index 344178cebcc..3722de98ac4 100644
--- a/net-firewall/xtables-addons/xtables-addons-2.13.ebuild
+++ b/net-firewall/xtables-addons/xtables-addons-2.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -171,7 +171,7 @@ src_configure() {
        set_arch_to_kernel # .. or it'll look for /arch/amd64/Makefile
        econf --prefix="${EPREFIX}/" \
                --libexecdir="${EPREFIX}/$(get_libdir)/" \
-               --with-kbuild="${KV_DIR}"
+               --with-kbuild="${KV_OUT_DIR}"
 }
 
 src_compile() {

diff --git a/net-firewall/xtables-addons/xtables-addons-2.14.ebuild 
b/net-firewall/xtables-addons/xtables-addons-2.14.ebuild
index 0cc12c83629..f802d660a63 100644
--- a/net-firewall/xtables-addons/xtables-addons-2.14.ebuild
+++ b/net-firewall/xtables-addons/xtables-addons-2.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -171,7 +171,7 @@ src_configure() {
        set_arch_to_kernel # .. or it'll look for /arch/amd64/Makefile
        econf --prefix="${EPREFIX}/" \
                --libexecdir="${EPREFIX}/$(get_libdir)/" \
-               --with-kbuild="${KV_DIR}"
+               --with-kbuild="${KV_OUT_DIR}"
 }
 
 src_compile() {

diff --git a/net-firewall/xtables-addons/xtables-addons-3.0.ebuild 
b/net-firewall/xtables-addons/xtables-addons-3.0.ebuild
index fe13a6f14f1..7683ecc923e 100644
--- a/net-firewall/xtables-addons/xtables-addons-3.0.ebuild
+++ b/net-firewall/xtables-addons/xtables-addons-3.0.ebuild
@@ -171,7 +171,7 @@ src_configure() {
        set_arch_to_kernel # .. or it'll look for /arch/amd64/Makefile
        econf --prefix="${EPREFIX}/" \
                --libexecdir="${EPREFIX}/$(get_libdir)/" \
-               --with-kbuild="${KV_DIR}"
+               --with-kbuild="${KV_OUT_DIR}"
 }
 
 src_compile() {

Reply via email to