www-apps/cgisysinfo: [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
This commit is contained in:
David Seifert
2018-01-05 23:07:04 +01:00
parent b66afa1f83
commit 8a10edfba4

View File

@@ -1,10 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
if [[ ${PV} = *9999* ]]; then
WANT_AUTOCONF="2.5"
WANT_AUTOMAKE="1.10"
inherit autotools mercurial
EHG_REPO_URI="http://hg.rafaelmartins.eng.br/cgisysinfo/"