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-dicts/eblook/
Date: Wed, 29 Sep 2021 14:12:59
Message-Id: 1632924692.84a9cfa4e142d18d40b0420f1740406f257235c8.dlan@gentoo
1 commit: 84a9cfa4e142d18d40b0420f1740406f257235c8
2 Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
3 AuthorDate: Tue Sep 28 06:09:37 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 29 14:11:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a9cfa4
7
8 app-dicts/eblook: keyword 1.6.1 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 app-dicts/eblook/eblook-1.6.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-dicts/eblook/eblook-1.6.1.ebuild b/app-dicts/eblook/eblook-1.6.1.ebuild
17 index 79e8ddff225..0ac5d0edc7d 100644
18 --- a/app-dicts/eblook/eblook-1.6.1.ebuild
19 +++ b/app-dicts/eblook/eblook-1.6.1.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 @@ -9,7 +9,7 @@ SRC_URI="http://openlab.ring.gr.jp/edict/eblook/dist/${P/_/}.tar.gz"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -KEYWORDS="~amd64 ppc x86"
31 +KEYWORDS="~amd64 ppc ~riscv x86"
32
33 DEPEND=">=dev-libs/eb-3.3.4"
34 RDEPEND="${DEPEND}"