diff options
author | David Seifert <soap@gentoo.org> | 2018-01-05 23:06:47 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-01-05 23:06:47 +0100 |
commit | 5fe0b48c023e1f8e0ad42f6bbe9951093f32ffec (patch) | |
tree | daa2ac9cd7b416b12fc636ff7ee8c5d2cfc8a734 | |
parent | net-libs/zeromq: [QA] Rely on default value of WANT_AUTOCONF (diff) | |
download | gentoo-5fe0b48c023e1f8e0ad42f6bbe9951093f32ffec.tar.gz gentoo-5fe0b48c023e1f8e0ad42f6bbe9951093f32ffec.tar.bz2 gentoo-5fe0b48c023e1f8e0ad42f6bbe9951093f32ffec.zip |
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
-rw-r--r-- | net-mail/metamail/metamail-2.7.53.3-r1.ebuild | 4 |
1 files changed, 1 insertions, 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 feffd01cf433..0fc5a95cabe2 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) |