diff options
author | 2020-02-13 22:39:46 +0100 | |
---|---|---|
committer | 2020-02-13 22:39:46 +0100 | |
commit | d1f0c809b5996c49e1015e63d6c2811dcae2465f (patch) | |
tree | 22e96c3bc9513542e1710d2a81fee444cf91b090 /www-client/w3m | |
parent | sys-power/nvclock: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-d1f0c809b5996c49e1015e63d6c2811dcae2465f.tar.gz gentoo-d1f0c809b5996c49e1015e63d6c2811dcae2465f.tar.bz2 gentoo-d1f0c809b5996c49e1015e63d6c2811dcae2465f.zip |
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@gentoo.org>
Diffstat (limited to 'www-client/w3m')
-rw-r--r-- | www-client/w3m/w3m-0.5.3_p20180125.ebuild | 2 | ||||
-rw-r--r-- | 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 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}" |