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-emacs/f/
Date: Fri, 21 Sep 2018 20:53:34
Message-Id: 1537563187.cec59d51341e3bce50320ba6db69e8da59a9c64a.mattst88@gentoo
1 commit: cec59d51341e3bce50320ba6db69e8da59a9c64a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 21 20:52:51 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 21 20:53:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec59d51
7
8 app-emacs/f-0.20.0: added ~ppc64, bug 666621
9
10 app-emacs/f/f-0.20.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-emacs/f/f-0.20.0.ebuild b/app-emacs/f/f-0.20.0.ebuild
14 index 14cddfe4c7b..e5e5882dd09 100644
15 --- a/app-emacs/f/f-0.20.0.ebuild
16 +++ b/app-emacs/f/f-0.20.0.ebuild
17 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
18
19 LICENSE="GPL-3+"
20 SLOT="0"
21 -KEYWORDS="amd64 x86"
22 +KEYWORDS="amd64 ~ppc64 x86"
23 RESTRICT="test"
24
25 RDEPEND="app-emacs/dash app-emacs/s"