From f5ba41932b95215b68c2762512add78b1aadd410 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Mon, 25 Jul 2016 00:49:49 +0200 Subject: [PATCH] app-editors/emacs: EAPI bump. Package-Manager: portage-2.3.0 --- .../emacs/{emacs-24.5-r2.ebuild => emacs-24.5-r3.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename app-editors/emacs/{emacs-24.5-r2.ebuild => emacs-24.5-r3.ebuild} (99%) diff --git a/app-editors/emacs/emacs-24.5-r2.ebuild b/app-editors/emacs/emacs-24.5-r3.ebuild similarity index 99% rename from app-editors/emacs/emacs-24.5-r2.ebuild rename to app-editors/emacs/emacs-24.5-r3.ebuild index 30e6eaa9fc60..e3b981a982ca 100644 --- a/app-editors/emacs/emacs-24.5-r2.ebuild +++ b/app-editors/emacs/emacs-24.5-r3.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -inherit autotools elisp-common eutils flag-o-matic multilib readme.gentoo +inherit autotools elisp-common eutils flag-o-matic multilib readme.gentoo-r1 DESCRIPTION="The extensible, customizable, self-documenting real-time display editor" HOMEPAGE="https://www.gnu.org/software/emacs/" @@ -87,8 +87,8 @@ FULL_VERSION="${PV%%_*}" S="${WORKDIR}/emacs-${FULL_VERSION}" src_prepare() { - EPATCH_SUFFIX=patch epatch - epatch_user + eapply ../patch + eapply_user # Fix filename reference in redirected man page sed -i -e "/^\\.so/s/etags/&-${EMACS_SUFFIX}/" doc/man/ctags.1 \ -- 2.26.2