diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-07-26 18:44:01 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-07-26 18:44:01 +0000 |
commit | 8c4e28fe3816d3f1121e1ed1e2bb1bc7610c72b8 (patch) | |
tree | b3d86d5c8909d4de415cd7c70c2b83ff0844a037 /app-editors/emacs/emacs-23.4-r3.ebuild | |
parent | Keyword ~arm (diff) | |
download | historical-8c4e28fe3816d3f1121e1ed1e2bb1bc7610c72b8.tar.gz historical-8c4e28fe3816d3f1121e1ed1e2bb1bc7610c72b8.tar.bz2 historical-8c4e28fe3816d3f1121e1ed1e2bb1bc7610c72b8.zip |
Run paxctl only if the toolchain supports the PT_PAX_FLAGS program header,
bug 426394. Fix building on FreeBSD.
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'app-editors/emacs/emacs-23.4-r3.ebuild')
-rw-r--r-- | app-editors/emacs/emacs-23.4-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/emacs/emacs-23.4-r3.ebuild b/app-editors/emacs/emacs-23.4-r3.ebuild index 590371b2a224..afe5001007f6 100644 --- a/app-editors/emacs/emacs-23.4-r3.ebuild +++ b/app-editors/emacs/emacs-23.4-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.4-r3.ebuild,v 1.9 2012/07/19 19:53:46 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.4-r3.ebuild,v 1.10 2012/07/26 18:44:01 ulm Exp $ EAPI=4 WANT_AUTOMAKE="none" @@ -10,7 +10,7 @@ inherit autotools elisp-common eutils flag-o-matic multilib DESCRIPTION="The extensible, customizable, self-documenting real-time display editor" HOMEPAGE="http://www.gnu.org/software/emacs/" SRC_URI="mirror://gnu/emacs/${P}.tar.bz2 - mirror://gentoo/${P}-patches-4.tar.bz2" + mirror://gentoo/${P}-patches-5.tar.bz2" LICENSE="GPL-3 FDL-1.3 BSD as-is MIT W3C unicode PSF-2" SLOT="23" |