Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/blessings/
Date: Wed, 30 Mar 2022 11:25:45
Message-Id: 1648639520.ef29c903a0b3d9e143383e0336be1402420d0729.jsmolic@gentoo
1 commit: ef29c903a0b3d9e143383e0336be1402420d0729
2 Author: Yu Gu <guyu2876 <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 29 05:49:29 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 30 11:25:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef29c903
7
8 dev-python/blessings: keyword 1.7-r1 for ~riscv
9
10 Signed-off-by: Yu Gu <guyu2876 <AT> gmail.com>
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 dev-python/blessings/blessings-1.7-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/blessings/blessings-1.7-r1.ebuild b/dev-python/blessings/blessings-1.7-r1.ebuild
17 index 6b58627ad2dc..231b7fbf85b0 100644
18 --- a/dev-python/blessings/blessings-1.7-r1.ebuild
19 +++ b/dev-python/blessings/blessings-1.7-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/erikrose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
27
28 SLOT="0"
29 LICENSE="MIT"
30 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="amd64 ~riscv x86 ~amd64-linux ~x86-linux"
32
33 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"