diff options
author | David Seifert <soap@gentoo.org> | 2018-01-05 23:06:34 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-01-05 23:06:34 +0100 |
commit | a9d7f3d4ef6a93c1598ebee9c8424d63d1cd73b0 (patch) | |
tree | 03ad05fed8fa31ccb49db5be4ec14dd5d94a559f /app-editors | |
parent | x11-plugins/pidgin-privacy-please: Remove linguas_* from IUSE. (diff) | |
download | gentoo-a9d7f3d4ef6a93c1598ebee9c8424d63d1cd73b0.tar.gz gentoo-a9d7f3d4ef6a93c1598ebee9c8424d63d1cd73b0.tar.bz2 gentoo-a9d7f3d4ef6a93c1598ebee9c8424d63d1cd73b0.zip |
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
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/xemacs/xemacs-21.5.34-r4.ebuild | 3 |
1 files changed, 1 insertions, 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 c060855e5924..f6ea5f554d14 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" |