diff options
author | David Seifert <soap@gentoo.org> | 2018-01-05 23:07:04 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-01-05 23:07:04 +0100 |
commit | 8a10edfba49ab823d1576ce1c6fd1d5ecfeb18a0 (patch) | |
tree | 43f3ee997130e16a23c16c59d7bacd3e43373e42 /www-apps | |
parent | sys-apps/preload: [QA] Rely on default value of WANT_AUTOCONF (diff) | |
download | gentoo-8a10edfba49ab823d1576ce1c6fd1d5ecfeb18a0.tar.gz gentoo-8a10edfba49ab823d1576ce1c6fd1d5ecfeb18a0.tar.bz2 gentoo-8a10edfba49ab823d1576ce1c6fd1d5ecfeb18a0.zip |
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
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild b/www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild index f14902a87ecc..392f1647e1c7 100644 --- a/www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild +++ b/www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild @@ -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/" |