Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
Date: Sat, 28 Jul 2018 13:25:06
Message-Id: 1532784275.8d3bced4888d17ba6136e0195ffbc2e55fcfab2b.whissi@gentoo
1 commit: 8d3bced4888d17ba6136e0195ffbc2e55fcfab2b
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 28 13:18:15 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 28 13:24:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3bced4
7
8 app-emacs/f: x86 keyworded (bug #661432)
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 app-emacs/f/f-0.19.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emacs/f/f-0.19.0.ebuild b/app-emacs/f/f-0.19.0.ebuild
16 index c29120179b0..61739cd988a 100644
17 --- a/app-emacs/f/f-0.19.0.ebuild
18 +++ b/app-emacs/f/f-0.19.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="GPL-3+"
28 SLOT="0"
29 -KEYWORDS="~amd64"
30 +KEYWORDS="~amd64 ~x86"
31 RESTRICT="test"
32
33 RDEPEND="app-emacs/dash app-emacs/s"