Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
Date: Sat, 16 Oct 2021 14:57:20
Message-Id: 1634396061.3ca9cb98004265a6ec72bdb6b0a7cee4a6661ed7.dlan@gentoo
1 commit: 3ca9cb98004265a6ec72bdb6b0a7cee4a6661ed7
2 Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 14 19:40:09 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 16 14:54:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca9cb98
7
8 app-emacs/f: keyword ~riscv
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
12 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
13
14 app-emacs/f/f-0.20.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-emacs/f/f-0.20.0.ebuild b/app-emacs/f/f-0.20.0.ebuild
18 index f533cf8046b..a2634447664 100644
19 --- a/app-emacs/f/f-0.20.0.ebuild
20 +++ b/app-emacs/f/f-0.20.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28
29 LICENSE="GPL-3+"
30 SLOT="0"
31 -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
32 +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
33 RESTRICT="test"
34
35 RDEPEND="app-emacs/dash app-emacs/s"