sys-libs/glibc: [QA] inherit toolchain-funcs.eclass directly
authorDavid Seifert <soap@gentoo.org>
Thu, 13 Feb 2020 21:39:35 +0000 (22:39 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 13 Feb 2020 21:39:35 +0000 (22:39 +0100)
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
sys-libs/glibc/glibc-2.24-r4.ebuild
sys-libs/glibc/glibc-2.25-r11.ebuild
sys-libs/glibc/glibc-2.26-r7.ebuild

index 790c6acf66c0dcec9898c772dcf1ef85c4b9f1f6..581f59bd34f9e5f7f9fd825f1c38141d4d0acafa 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-inherit toolchain-glibc
+inherit toolchain-funcs toolchain-glibc
 
 DESCRIPTION="GNU libc6 (also called glibc2) C library"
 HOMEPAGE="https://www.gnu.org/software/libc/libc.html"
index c1f3510aabb978a0060b4db3c828b05dc2defaed..2bd11b466203f0a2d965ab4f96b7aca1670fdbd6 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-inherit toolchain-glibc
+inherit toolchain-funcs toolchain-glibc
 
 DESCRIPTION="GNU libc6 (also called glibc2) C library"
 HOMEPAGE="https://www.gnu.org/software/libc/libc.html"
index b859afdc2fad9103cbe3f325d0ea3277ff06e19e..fe514d16c023dd3f7a725437f2bba5bd252b2ce6 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit prefix toolchain-glibc
+inherit prefix toolchain-funcs toolchain-glibc
 
 DESCRIPTION="GNU libc C library"
 HOMEPAGE="https://www.gnu.org/software/libc/"