net-libs/zeromq: [QA] Rely on default value of WANT_AUTOCONF
authorDavid Seifert <soap@gentoo.org>
Fri, 5 Jan 2018 22:06:44 +0000 (23:06 +0100)
committerDavid Seifert <soap@gentoo.org>
Fri, 5 Jan 2018 22:06:44 +0000 (23:06 +0100)
* 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-libs/zeromq/zeromq-2.2.0.ebuild

index 24ca582fb49af64375f87b1070e8a57ec5eebc7a..30d5fa3b3749aa99b4f744eaf1e128d9f9d1f184 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # NOTES:
 # 1- use flag 'pgm' (OpenPGM support) must be masked by profiles for ARM archs;
 
 EAPI=4
-WANT_AUTOCONF="2.5"
+
 inherit autotools
 
 DESCRIPTION="ZeroMQ is a brokerless messaging kernel with extremely high performance"