Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
Date: Sat, 30 Apr 2022 15:53:30
Message-Id: 1651333986.e5a9c94ae0747d90e7adb09ba71085c5e0d589a8.marecki@gentoo
1 commit: e5a9c94ae0747d90e7adb09ba71085c5e0d589a8
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 11:13:43 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 15:53:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a9c94a
7
8 dev-python/click-plugins: keyword 1.1.1 for ~riscv
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 dev-python/click-plugins/click-plugins-1.1.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/click-plugins/click-plugins-1.1.1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
16 index e094bed0b0ad..dfcb0ebf650c 100644
17 --- a/dev-python/click-plugins/click-plugins-1.1.1.ebuild
18 +++ b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="7"
25 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/click-contrib/click-plugins"
26 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
27
28 LICENSE="BSD"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
30 +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
31 SLOT="0"
32
33 RDEPEND="dev-python/click[${PYTHON_USEDEP}]"