Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cln/
Date: Mon, 11 Oct 2021 14:02:03
Message-Id: 1633960892.99ade647db5c822fe90c74f19b0b96d77bb37ece.dlan@gentoo
1 commit: 99ade647db5c822fe90c74f19b0b96d77bb37ece
2 Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
3 AuthorDate: Mon Oct 11 07:03:34 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 11 14:01:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ade647
7
8 sci-libs/cln: keyword 1.3.6 for ~riscv
9
10 Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 sci-libs/cln/cln-1.3.6.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/cln/cln-1.3.6.ebuild b/sci-libs/cln/cln-1.3.6.ebuild
17 index 88ac5650e97..bb01f5560a4 100644
18 --- a/sci-libs/cln/cln-1.3.6.ebuild
19 +++ b/sci-libs/cln/cln-1.3.6.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -11,7 +11,7 @@ SRC_URI="https://www.ginac.de/CLN/${P}.tar.bz2"
27
28 LICENSE="GPL-2"
29 SLOT="1"
30 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
32 IUSE="doc examples"
33
34 RDEPEND="dev-libs/gmp:0="