commit: f5ba41932b95215b68c2762512add78b1aadd410
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 22:49:49 2016 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 22:49:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ba4193
app-editors/emacs: EAPI bump.
Package-Manager: portage-2.3.0
app-editors/emacs/{emacs-24.5-r2.ebuild => emacs-24.5-r3.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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 30e6eaa..e3b981a 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 \