From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EBD421382C5 for ; Fri, 5 Jan 2018 22:07:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5765CE0917; Fri, 5 Jan 2018 22:07:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37F74E090A for ; Fri, 5 Jan 2018 22:07:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6366E335C30 for ; Fri, 5 Jan 2018 22:07:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF0D4193 for ; Fri, 5 Jan 2018 22:07:29 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1515189994.a9d7f3d4ef6a93c1598ebee9c8424d63d1cd73b0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/xemacs/xemacs-21.5.34-r4.ebuild X-VCS-Directories: app-editors/xemacs/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a9d7f3d4ef6a93c1598ebee9c8424d63d1cd73b0 X-VCS-Branch: master Date: Fri, 5 Jan 2018 22:07:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 879a59c5-79eb-4729-bffa-313e3e0dcf92 X-Archives-Hash: 2ff51ee91643c5e34fe14716f39eb408 commit: a9d7f3d4ef6a93c1598ebee9c8424d63d1cd73b0 Author: David Seifert gentoo org> AuthorDate: Fri Jan 5 22:06:34 2018 +0000 Commit: David Seifert gentoo 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"