Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-policykit/
Date: Wed, 22 Sep 2021 17:41:41
Message-Id: 1632332485.6a21fd0ca89030eb395e1d78cd325572a6081954.asturm@gentoo
1 commit: 6a21fd0ca89030eb395e1d78cd325572a6081954
2 Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
3 AuthorDate: Sun Jul 25 07:35:16 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 17:41:25 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=6a21fd0c
7
8 lxqt-base/lxqt-policykit: keyword for ~riscv
9
10 Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
17 index 68b8248d..58de0b7b 100644
18 --- a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
19 +++ b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
20 @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
21 EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
22 else
23 SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
24 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
25 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
26 fi
27
28 LICENSE="LGPL-2.1+"