From: David Seifert Date: Thu, 13 Feb 2020 21:39:46 +0000 (+0100) Subject: www-client/w3m: [QA] inherit toolchain-funcs.eclass directly X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d1f0c809b5996c49e1015e63d6c2811dcae2465f;p=gentoo.git www-client/w3m: [QA] inherit toolchain-funcs.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild b/www-client/w3m/w3m-0.5.3_p20180125.ebuild index 852e90364198..b35fa3889866 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 afecd373f68c..4247d0b103f8 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}"