Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/
Date: Fri, 05 Jan 2018 22:07:32
Message-Id: 1515189994.a9d7f3d4ef6a93c1598ebee9c8424d63d1cd73b0.soap@gentoo
1 commit: a9d7f3d4ef6a93c1598ebee9c8424d63d1cd73b0
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 22:06:34 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 22:06:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d7f3d4
7
8 app-editors/xemacs: [QA] Rely on default value of WANT_AUTOCONF
9
10 * Specifying WANT_AUTOCONF=2.5 is unnecessary as this will
11 choose the most recent version of Autoconf anyways. It
12 only impedes future bumps of Autoconf.
13
14 Package-Manager: Portage-2.3.19, Repoman-2.3.6
15
16 app-editors/xemacs/xemacs-21.5.34-r4.ebuild | 3 +--
17 1 file changed, 1 insertion(+), 2 deletions(-)
18
19 diff --git a/app-editors/xemacs/xemacs-21.5.34-r4.ebuild b/app-editors/xemacs/xemacs-21.5.34-r4.ebuild
20 index c060855e592..f6ea5f554d1 100644
21 --- a/app-editors/xemacs/xemacs-21.5.34-r4.ebuild
22 +++ b/app-editors/xemacs/xemacs-21.5.34-r4.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 # Note: xemacs currently does not work with position independent code
29 @@ -6,7 +6,6 @@
30
31 EAPI=5
32
33 -WANT_AUTOCONF="2.5"
34 inherit eutils flag-o-matic multilib xdg-utils
35
36 DESCRIPTION="highly customizable open source text editor and application development system"