commit: 5fe0b48c023e1f8e0ad42f6bbe9951093f32ffec Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Fri Jan 5 22:06:47 2018 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Jan 5 22:06:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe0b48c
net-mail/metamail: [QA] Rely on default value of WANT_AUTOCONF * Specifying WANT_AUTOCONF=2.5 is unnecessary as this will choose the most recent version of Autoconf anyways. It only impedes future bumps of Autoconf. Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-mail/metamail/metamail-2.7.53.3-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-mail/metamail/metamail-2.7.53.3-r1.ebuild b/net-mail/metamail/metamail-2.7.53.3-r1.ebuild index feffd01cf43..0fc5a95cabe 100644 --- a/net-mail/metamail/metamail-2.7.53.3-r1.ebuild +++ b/net-mail/metamail/metamail-2.7.53.3-r1.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 -WANT_AUTOCONF="2.5" - inherit autotools eutils toolchain-funcs versionator MY_PV=$(get_version_component_range 1-2)
