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/thrift/
Date: Sat, 30 Apr 2022 15:53:31
Message-Id: 1651333993.ea77ab1aacac5700521c310dc0742e6e82362846.marecki@gentoo
1 commit: ea77ab1aacac5700521c310dc0742e6e82362846
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 11:37:16 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 15:53:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea77ab1a
7
8 dev-python/thrift: keyword 0.14.1 for ~riscv
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 dev-python/thrift/thrift-0.14.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/thrift/thrift-0.14.1.ebuild b/dev-python/thrift/thrift-0.14.1.ebuild
16 index a51e6ee3509c..491c7fc2de1a 100644
17 --- a/dev-python/thrift/thrift-0.14.1.ebuild
18 +++ b/dev-python/thrift/thrift-0.14.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=6
25 @@ -13,7 +13,7 @@ SRC_URI="https://downloads.apache.org/${PN}/${PV}//${P}.tar.gz"
26
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="amd64 ~riscv x86 ~amd64-linux ~x86-linux"
31
32 DEPEND="${RDEPEND}
33 dev-python/setuptools[${PYTHON_USEDEP}]