Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs-vcs/
Date: Wed, 28 Mar 2018 01:55:57
Message-Id: 1522201777.81e73992a9dd82a9ea72420f8794773a0352e289.mattst88@gentoo
1 commit: 81e73992a9dd82a9ea72420f8794773a0352e289
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 28 01:49:37 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 28 01:49:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e73992
7
8 app-editors/emacs-vcs-26.0.91: added ~mips, bug 353219
9
10 app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild
14 index 5748a6ed4a4..86d06a6e53a 100644
15 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild
16 +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild
17 @@ -14,7 +14,7 @@ if [[ ${PV##*.} = 9999 ]]; then
18 else
19 SRC_URI="https://dev.gentoo.org/~ulm/distfiles/emacs-${PV}.tar.xz
20 mirror://gnu-alpha/emacs/pretest/emacs-${PV}.tar.xz"
21 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
22 + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
23 # FULL_VERSION keeps the full version number, which is needed in
24 # order to determine some path information correctly for copy/move
25 # operations later on