commit: d1f0c809b5996c49e1015e63d6c2811dcae2465f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 13 21:39:46 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Feb 13 21:39:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f0c809
www-client/w3m: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
www-client/w3m/w3m-0.5.3_p20180125.ebuild | 2 +-
www-client/w3m/w3m-0.5.3_p20190105.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
index 852e9036419..b35fa388986 100644
--- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-inherit autotools prefix vcs-snapshot
+inherit autotools prefix toolchain-funcs vcs-snapshot
MY_P="${P/_p/+git}"
MY_PV="${PV/_p/+git}"
diff --git a/www-client/w3m/w3m-0.5.3_p20190105.ebuild
b/www-client/w3m/w3m-0.5.3_p20190105.ebuild
index afecd373f68..4247d0b103f 100644
--- a/www-client/w3m/w3m-0.5.3_p20190105.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20190105.ebuild
@@ -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="6"
-inherit autotools prefix vcs-snapshot
+inherit autotools prefix toolchain-funcs vcs-snapshot
MY_P="${P/_p/+git}"
MY_PV="${PV/_p/+git}"