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/s/
Date: Sat, 16 Oct 2021 14:57:20
Message-Id: 1634396065.33a6975dc4c7965c9cc69d6dc93e5f7a968bfcca.dlan@gentoo
1 commit: 33a6975dc4c7965c9cc69d6dc93e5f7a968bfcca
2 Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 14 19:41:00 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 16 14:54:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a6975d
7
8 app-emacs/s: 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/s/s-1.12.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-emacs/s/s-1.12.0.ebuild b/app-emacs/s/s-1.12.0.ebuild
18 index 8376aeeb30b..1d0ca0aa37d 100644
19 --- a/app-emacs/s/s-1.12.0.ebuild
20 +++ b/app-emacs/s/s-1.12.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 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/magnars/s.el/archive/${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
34 S="${WORKDIR}/s.el-${PV}"
35 SITEFILE="50${PN}-gentoo.el"