Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
Date: Thu, 30 Sep 2021 17:24:44
Message-Id: 1633022531.c12c6963c6edf4b4463f853ba020b67ea0e7c29d.asturm@gentoo
1 commit: c12c6963c6edf4b4463f853ba020b67ea0e7c29d
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 06:58:21 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 30 17:22:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12c6963
7
8 lxqt-base/lxqt-powermanagement: add ~riscv that got lost in time
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.1.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.1.ebuild
18 index 17f75773a7f..272ad968fb3 100644
19 --- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.1.ebuild
20 +++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.1.ebuild
21 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
22 EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
23 else
24 SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
25 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
26 + KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
27 fi
28
29 LICENSE="LGPL-2.1 LGPL-2.1+"