diff options
author | Sven Wegener <swegener@gentoo.org> | 2018-09-06 07:35:00 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2018-09-06 07:35:56 +0000 |
commit | c98037296380f51fef1f30206943ef921269bfae (patch) | |
tree | b0fbf59fcc002d9e29ac645aef711f811da91862 /net-firewall/xtables-addons | |
parent | net-misc/curl: stable 7.61.1 for sparc, bug #665292 (diff) | |
download | gentoo-c98037296380f51fef1f30206943ef921269bfae.tar.gz gentoo-c98037296380f51fef1f30206943ef921269bfae.tar.bz2 gentoo-c98037296380f51fef1f30206943ef921269bfae.zip |
net-firewall/xtables-addons: Use KV_OUT_DIR for building
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-firewall/xtables-addons')
-rw-r--r-- | net-firewall/xtables-addons/xtables-addons-2.13.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/xtables-addons/xtables-addons-2.14.ebuild | 4 | ||||
-rw-r--r-- | 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 344178cebcc0..3722de98ac4a 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 0cc12c836299..f802d660a639 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 fe13a6f14f18..7683ecc923ed 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() { |