diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-10-14 19:40:09 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-10-16 22:54:21 +0800 |
commit | 3ca9cb98004265a6ec72bdb6b0a7cee4a6661ed7 (patch) | |
tree | 0e31680cef31d5c4ed13b47ad5f10033a4dfcf0d /app-emacs/f | |
parent | app-emacs/dash: keyword ~riscv (diff) | |
download | gentoo-3ca9cb98004265a6ec72bdb6b0a7cee4a6661ed7.tar.gz gentoo-3ca9cb98004265a6ec72bdb6b0a7cee4a6661ed7.tar.bz2 gentoo-3ca9cb98004265a6ec72bdb6b0a7cee4a6661ed7.zip |
app-emacs/f: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-emacs/f')
-rw-r--r-- | app-emacs/f/f-0.20.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/f/f-0.20.0.ebuild b/app-emacs/f/f-0.20.0.ebuild index f533cf8046b1..a26344476647 100644 --- a/app-emacs/f/f-0.20.0.ebuild +++ b/app-emacs/f/f-0.20.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" RESTRICT="test" RDEPEND="app-emacs/dash app-emacs/s" |