summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-09-02 22:30:18 +0100
committerSam James <sam@gentoo.org>2021-09-03 00:52:11 +0100
commit2b63fadb2e2964826417c1c0ad6731e48ae26b72 (patch)
tree817fc926e5e6728d8c2a2fabe3565b267a1ca649
parentnet-firewall/iptables: [QA] fix UnusedInherits (diff)
downloadgentoo-2b63fadb2e2964826417c1c0ad6731e48ae26b72.tar.gz
gentoo-2b63fadb2e2964826417c1c0ad6731e48ae26b72.tar.bz2
gentoo-2b63fadb2e2964826417c1c0ad6731e48ae26b72.zip
sys-apps/gawk: [QA] fix UnusedInherits
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sys-apps/gawk/gawk-5.1.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/gawk/gawk-5.1.0.ebuild b/sys-apps/gawk/gawk-5.1.0.ebuild
index 3c3416405784..5599ce73b0a2 100644
--- a/sys-apps/gawk/gawk-5.1.0.ebuild
+++ b/sys-apps/gawk/gawk-5.1.0.ebuild
@@ -3,8 +3,6 @@
EAPI=7
-inherit toolchain-funcs
-
DESCRIPTION="GNU awk pattern-matching language"
HOMEPAGE="https://www.gnu.org/software/gawk/gawk.html"
SRC_URI="mirror://gnu/gawk/${P}.tar.xz"
@@ -48,6 +46,7 @@ src_prepare() {
}
src_configure() {
+ # Avoid automagic dependency on libsigsegv
export ac_cv_libsigsegv=no
local myeconfargs=(