summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2016-07-25 00:49:49 +0200
committerUlrich Müller <ulm@gentoo.org>2016-07-25 00:49:49 +0200
commitf5ba41932b95215b68c2762512add78b1aadd410 (patch)
treee84122d377796ca23d3052937b22479f6acd7290 /app-editors
parentapp-editors/emacs: Version bump. (diff)
downloadgentoo-f5ba41932b95215b68c2762512add78b1aadd410.tar.gz
gentoo-f5ba41932b95215b68c2762512add78b1aadd410.tar.bz2
gentoo-f5ba41932b95215b68c2762512add78b1aadd410.zip
app-editors/emacs: EAPI bump.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs/emacs-24.5-r3.ebuild (renamed from app-editors/emacs/emacs-24.5-r2.ebuild)8
1 files 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
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 \