diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-06-06 12:21:43 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-06-06 12:21:43 +0000 |
commit | 3b8d976a7e5063dd330ce5a1f0a2684b70999240 (patch) | |
tree | 36347927cd8a31cb4817dc5869dc5b943248ba8c /app-admin/emacs-updater | |
parent | Sign manifest with repoman (diff) | |
download | gentoo-2-3b8d976a7e5063dd330ce5a1f0a2684b70999240.tar.gz gentoo-2-3b8d976a7e5063dd330ce5a1f0a2684b70999240.tar.bz2 gentoo-2-3b8d976a7e5063dd330ce5a1f0a2684b70999240.zip |
Keyword ~mips, bug #419199
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/emacs-updater')
-rw-r--r-- | app-admin/emacs-updater/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/emacs-updater/emacs-updater-1.9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-admin/emacs-updater/ChangeLog b/app-admin/emacs-updater/ChangeLog index 8bf877fb4115..7117435ff82a 100644 --- a/app-admin/emacs-updater/ChangeLog +++ b/app-admin/emacs-updater/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/emacs-updater # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.58 2012/03/02 23:49:56 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.59 2012/06/06 12:21:43 blueness Exp $ + + 06 Jun 2012; Anthony G. Basile <blueness@gentoo.org> + emacs-updater-1.9.ebuild: + Keyword ~mips, bug #419199 02 Mar 2012; Ulrich Müller <ulm@gentoo.org> -emacs-updater-1.7.ebuild, -emacs-updater-1.8.ebuild: diff --git a/app-admin/emacs-updater/emacs-updater-1.9.ebuild b/app-admin/emacs-updater/emacs-updater-1.9.ebuild index 82f3f4014bf8..897be142d1db 100644 --- a/app-admin/emacs-updater/emacs-updater-1.9.ebuild +++ b/app-admin/emacs-updater/emacs-updater-1.9.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-admin/emacs-updater/emacs-updater-1.9.ebuild,v 1.7 2012/03/02 20:45:12 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.9.ebuild,v 1.8 2012/06/06 12:21:43 blueness Exp $ EAPI=4 @@ -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 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND="!<=app-admin/eselect-emacs-1.5 |