diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-09-13 02:21:34 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-09-13 02:21:34 +0000 |
commit | 59ff42dd9ccfa5855423eb06dae68f181c53e40d (patch) | |
tree | d0633ca8a124b57229e0b66d5f31d70a1afff45a /app-emacs/emacs-daemon | |
parent | Stable for HPPA (bug #433982). (diff) | |
download | gentoo-2-59ff42dd9ccfa5855423eb06dae68f181c53e40d.tar.gz gentoo-2-59ff42dd9ccfa5855423eb06dae68f181c53e40d.tar.bz2 gentoo-2-59ff42dd9ccfa5855423eb06dae68f181c53e40d.zip |
Stable for HPPA (bug #433185).
(Portage version: 2.2.0_alpha127/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/emacs-daemon')
-rw-r--r-- | app-emacs/emacs-daemon/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/emacs-daemon/emacs-daemon-0.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/emacs-daemon/ChangeLog b/app-emacs/emacs-daemon/ChangeLog index 57bb2b4b5165..94a1521a60ed 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/ChangeLog,v 1.51 2012/09/09 00:38:57 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/ChangeLog,v 1.52 2012/09/13 02:21:34 jer Exp $ + + 13 Sep 2012; Jeroen Roovers <jer@gentoo.org> emacs-daemon-0.19.ebuild: + Stable for HPPA (bug #433185). 09 Sep 2012; Naohiro Aota <naota@gentoo.org> emacs-daemon-0.19.ebuild: Add ~x86-fbsd. #263222 diff --git a/app-emacs/emacs-daemon/emacs-daemon-0.19.ebuild b/app-emacs/emacs-daemon/emacs-daemon-0.19.ebuild index 208c37e327b5..8ac0cd5cddd9 100644 --- a/app-emacs/emacs-daemon/emacs-daemon-0.19.ebuild +++ b/app-emacs/emacs-daemon/emacs-daemon-0.19.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-emacs/emacs-daemon/emacs-daemon-0.19.ebuild,v 1.3 2012/09/09 00:38:57 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/emacs-daemon-0.19.ebuild,v 1.4 2012/09/13 02:21:34 jer Exp $ inherit elisp @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/emacs-23" |