diff options
author | 2009-04-07 17:29:52 +0000 | |
---|---|---|
committer | 2009-04-07 17:29:52 +0000 | |
commit | b221e1a2e932975a467398339076b1d48b551850 (patch) | |
tree | 48798775180b1466f28d018b0c76f8a8e86dc173 /app-emacs | |
parent | x86 stable wrt #264897 (diff) | |
download | gentoo-2-b221e1a2e932975a467398339076b1d48b551850.tar.gz gentoo-2-b221e1a2e932975a467398339076b1d48b551850.tar.bz2 gentoo-2-b221e1a2e932975a467398339076b1d48b551850.zip |
Keyworded on alpha, bug #263222
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/emacs-daemon/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/emacs-daemon/emacs-daemon-0.14.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emacs/emacs-daemon/ChangeLog b/app-emacs/emacs-daemon/ChangeLog index 8eed79f64cb5..eb0a0d63cede 100644 --- a/app-emacs/emacs-daemon/ChangeLog +++ b/app-emacs/emacs-daemon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/emacs-daemon # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/ChangeLog,v 1.10 2009/03/25 22:55:59 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/ChangeLog,v 1.11 2009/04/07 17:29:52 klausman Exp $ + + 07 Apr 2009; Tobias Klausmann <klausman@gentoo.org> + emacs-daemon-0.14.ebuild: + Keyworded on alpha, bug #263222 25 Mar 2009; Tiago Cunha <tcunha@gentoo.org> emacs-daemon-0.14.ebuild: keyworded ~arch for sparc, bug 263222 diff --git a/app-emacs/emacs-daemon/emacs-daemon-0.14.ebuild b/app-emacs/emacs-daemon/emacs-daemon-0.14.ebuild index 6a1208f61fec..100446be8a8d 100644 --- a/app-emacs/emacs-daemon/emacs-daemon-0.14.ebuild +++ b/app-emacs/emacs-daemon/emacs-daemon-0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.14.ebuild,v 1.2 2009/03/25 22:55:59 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/emacs-daemon-0.14.ebuild,v 1.3 2009/04/07 17:29:52 klausman Exp $ NEED_EMACS=23 @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~sparc ~x86" IUSE="" RDEPEND=">=sys-apps/openrc-0.4" |