Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/metamail/
Date: Fri, 05 Jan 2018 22:07:33
Message-Id: 1515190007.5fe0b48c023e1f8e0ad42f6bbe9951093f32ffec.soap@gentoo
1 commit: 5fe0b48c023e1f8e0ad42f6bbe9951093f32ffec
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 22:06:47 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 22:06:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe0b48c
7
8 net-mail/metamail: [QA] Rely on default value of WANT_AUTOCONF
9
10 * Specifying WANT_AUTOCONF=2.5 is unnecessary as this will
11 choose the most recent version of Autoconf anyways. It
12 only impedes future bumps of Autoconf.
13
14 Package-Manager: Portage-2.3.19, Repoman-2.3.6
15
16 net-mail/metamail/metamail-2.7.53.3-r1.ebuild | 4 +---
17 1 file changed, 1 insertion(+), 3 deletions(-)
18
19 diff --git a/net-mail/metamail/metamail-2.7.53.3-r1.ebuild b/net-mail/metamail/metamail-2.7.53.3-r1.ebuild
20 index feffd01cf43..0fc5a95cabe 100644
21 --- a/net-mail/metamail/metamail-2.7.53.3-r1.ebuild
22 +++ b/net-mail/metamail/metamail-2.7.53.3-r1.ebuild
23 @@ -1,10 +1,8 @@
24 -# Copyright 1999-2013 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=4
29
30 -WANT_AUTOCONF="2.5"
31 -
32 inherit autotools eutils toolchain-funcs versionator
33
34 MY_PV=$(get_version_component_range 1-2)