diff options
author | 2013-05-18 05:32:26 +0000 | |
---|---|---|
committer | 2013-05-18 05:32:26 +0000 | |
commit | 13ef85c8d8b7a6ab9b0028e548aa6ea532ca8fa6 (patch) | |
tree | 13c1ed47b429b02c82365defac946c8042471055 /app-emacs | |
parent | Stable for ia64, wrt bug #469878 (diff) | |
download | gentoo-2-13ef85c8d8b7a6ab9b0028e548aa6ea532ca8fa6.tar.gz gentoo-2-13ef85c8d8b7a6ab9b0028e548aa6ea532ca8fa6.tar.bz2 gentoo-2-13ef85c8d8b7a6ab9b0028e548aa6ea532ca8fa6.zip |
Stable for ia64, wrt bug #469880
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/emacs-daemon/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/emacs-daemon/ChangeLog b/app-emacs/emacs-daemon/ChangeLog index 294edf2362b4..d1e7d5d6bb6a 100644 --- a/app-emacs/emacs-daemon/ChangeLog +++ b/app-emacs/emacs-daemon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/emacs-daemon # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/ChangeLog,v 1.65 2013/05/16 16:36:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/ChangeLog,v 1.66 2013/05/18 05:32:26 ago Exp $ + + 18 May 2013; Agostino Sarubbo <ago@gentoo.org> emacs-daemon-0.20.ebuild: + Stable for ia64, wrt bug #469880 16 May 2013; Agostino Sarubbo <ago@gentoo.org> emacs-daemon-0.20.ebuild: Stable for arm, wrt bug #469880 diff --git a/app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild b/app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild index b98ce08ea9a4..e5f48ba122a2 100644 --- a/app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild +++ b/app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild,v 1.7 2013/05/16 16:36:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild,v 1.8 2013/05/18 05:32:26 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" DEPEND=">=virtual/emacs-23" RDEPEND="${DEPEND}" |