From: Ulrich Müller Date: Sun, 24 Jul 2016 22:49:49 +0000 (+0200) Subject: app-editors/emacs: EAPI bump. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f5ba41932b95215b68c2762512add78b1aadd410;p=gentoo.git app-editors/emacs: EAPI bump. Package-Manager: portage-2.3.0 --- 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 \