diff options
author | 2014-04-23 08:47:24 +0000 | |
---|---|---|
committer | 2014-04-23 08:47:24 +0000 | |
commit | af9cfc3274daa5df9a8923eb847b49207200256e (patch) | |
tree | 4e54eaf2fca8d33c3e83e454f7afd4e194bc5bc3 /app-editors/emacs | |
parent | Revision bump: add compatibility with recent yaml-cpp, wrt bug #471366 (diff) | |
download | gentoo-2-af9cfc3274daa5df9a8923eb847b49207200256e.tar.gz gentoo-2-af9cfc3274daa5df9a8923eb847b49207200256e.tar.bz2 gentoo-2-af9cfc3274daa5df9a8923eb847b49207200256e.zip |
Stable for amd64 wrt bug #502262
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-editors/emacs')
-rw-r--r-- | app-editors/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emacs/emacs-18.59-r9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index a2b9d02fced2..30862862c5ee 100644 --- a/app-editors/emacs/ChangeLog +++ b/app-editors/emacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/emacs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.611 2014/04/06 22:08:14 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.612 2014/04/23 08:47:24 nimiux Exp $ + + 23 Apr 2014; Chema Alonso <nimiux@gentoo.org> emacs-18.59-r9.ebuild: + Stable for amd64 wrt bug #502262 06 Apr 2014; Ulrich Müller <ulm@gentoo.org> emacs-23.4-r6.ebuild, emacs-23.4-r7.ebuild, emacs-24.3-r2.ebuild, emacs-24.3-r3.ebuild: diff --git a/app-editors/emacs/emacs-18.59-r9.ebuild b/app-editors/emacs/emacs-18.59-r9.ebuild index e736ebd151a4..7a62cbe107c5 100644 --- a/app-editors/emacs/emacs-18.59-r9.ebuild +++ b/app-editors/emacs/emacs-18.59-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r9.ebuild,v 1.5 2014/04/04 18:18:44 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r9.ebuild,v 1.6 2014/04/23 08:47:24 nimiux Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.gnu.org/old-gnu/emacs/${P}.tar.gz LICENSE="GPL-1+ GPL-2+ BSD" #HPND SLOT="18" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="+abi_x86_32 abi_x86_x32" REQUIRED_USE="amd64? ( || ( abi_x86_32 abi_x86_x32 ) )" |