commit: a9d7f3d4ef6a93c1598ebee9c8424d63d1cd73b0 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Fri Jan 5 22:06:34 2018 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Jan 5 22:06:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d7f3d4
app-editors/xemacs: [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 app-editors/xemacs/xemacs-21.5.34-r4.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-editors/xemacs/xemacs-21.5.34-r4.ebuild b/app-editors/xemacs/xemacs-21.5.34-r4.ebuild index c060855e592..f6ea5f554d1 100644 --- a/app-editors/xemacs/xemacs-21.5.34-r4.ebuild +++ b/app-editors/xemacs/xemacs-21.5.34-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Note: xemacs currently does not work with position independent code @@ -6,7 +6,6 @@ EAPI=5 -WANT_AUTOCONF="2.5" inherit eutils flag-o-matic multilib xdg-utils DESCRIPTION="highly customizable open source text editor and application development system"
