diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-02-27 14:04:45 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-02-27 14:04:45 +0000 |
commit | fc79fa9bebb3007fafabf2bc3eac7bf7ff6947e7 (patch) | |
tree | efbfb397afd2dc1f2814eb31f996beecc2d03506 /app-editors | |
parent | Drop old and Version BUmp (diff) | |
download | gentoo-2-fc79fa9bebb3007fafabf2bc3eac7bf7ff6947e7.tar.gz gentoo-2-fc79fa9bebb3007fafabf2bc3eac7bf7ff6947e7.tar.bz2 gentoo-2-fc79fa9bebb3007fafabf2bc3eac7bf7ff6947e7.zip |
Call eautoreconf after patching.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emacs/emacs-24.4-r3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index 13b6d8a3af00..5d17c2bbc2fa 100644 --- a/app-editors/emacs/ChangeLog +++ b/app-editors/emacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/emacs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.656 2015/02/21 21:38:08 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.657 2015/02/27 14:04:45 ulm Exp $ + + 27 Feb 2015; Ulrich Müller <ulm@gentoo.org> emacs-24.4-r3.ebuild: + Call eautoreconf after patching. *emacs-24.4-r3 (21 Feb 2015) *emacs-23.4-r12 (21 Feb 2015) diff --git a/app-editors/emacs/emacs-24.4-r3.ebuild b/app-editors/emacs/emacs-24.4-r3.ebuild index 2dd62b327563..cab5e3dd0f86 100644 --- a/app-editors/emacs/emacs-24.4-r3.ebuild +++ b/app-editors/emacs/emacs-24.4-r3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.4-r3.ebuild,v 1.1 2015/02/21 08:47:49 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.4-r3.ebuild,v 1.2 2015/02/27 14:04:45 ulm Exp $ EAPI=5 -inherit elisp-common eutils flag-o-matic multilib readme.gentoo +inherit autotools elisp-common eutils flag-o-matic multilib readme.gentoo DESCRIPTION="The extensible, customizable, self-documenting real-time display editor" HOMEPAGE="http://www.gnu.org/software/emacs/" @@ -94,7 +94,7 @@ src_prepare() { sed -i -e "/^\\.so/s/etags/&-${EMACS_SUFFIX}/" doc/man/ctags.1 \ || die "unable to sed ctags.1" - #AT_M4DIR=m4 eautoreconf + AT_M4DIR=m4 eautoreconf } src_configure() { |