diff options
author | 2014-03-12 05:27:57 +0000 | |
---|---|---|
committer | 2014-03-12 05:27:57 +0000 | |
commit | 94e7011a1d1f3340476baab70a086e28e8d8ce80 (patch) | |
tree | 3991ff5f177be2b6d4c4597766841773394cda1f /app-editors | |
parent | x86 stable wrt bug #503784 (diff) | |
download | gentoo-2-94e7011a1d1f3340476baab70a086e28e8d8ce80.tar.gz gentoo-2-94e7011a1d1f3340476baab70a086e28e8d8ce80.tar.bz2 gentoo-2-94e7011a1d1f3340476baab70a086e28e8d8ce80.zip |
x86 stable wrt bug #502262
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'app-editors')
-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 7c57b2a12c86..c8d81dd8fc8f 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.607 2014/02/20 20:59:41 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.608 2014/03/12 05:27:57 phajdan.jr Exp $ + + 09 Mar 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> emacs-18.59-r9.ebuild: + x86 stable wrt bug #502262 20 Feb 2014; Ulrich Müller <ulm@gentoo.org> emacs-18.59-r9.ebuild: Fix SRC_URI, old-gnu is not on GNU mirrors. diff --git a/app-editors/emacs/emacs-18.59-r9.ebuild b/app-editors/emacs/emacs-18.59-r9.ebuild index 77ed1e0be516..2ec4bb683c0a 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.3 2014/02/20 20:59:41 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r9.ebuild,v 1.4 2014/03/12 05:27:57 phajdan.jr 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 ) )" |