Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: media-gfx/lximage-qt/
Date: Wed, 22 Sep 2021 17:41:42
Message-Id: 1632332486.3bdeb4712f13d686e69920d466392e7a174f67f8.asturm@gentoo
1 commit: 3bdeb4712f13d686e69920d466392e7a174f67f8
2 Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
3 AuthorDate: Sun Jul 25 07:58:58 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 17:41:26 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3bdeb471
7
8 media-gfx/lximage-qt: 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 media-gfx/lximage-qt/lximage-qt-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-gfx/lximage-qt/lximage-qt-9999.ebuild b/media-gfx/lximage-qt/lximage-qt-9999.ebuild
17 index 15e774a1..ed6ae294 100644
18 --- a/media-gfx/lximage-qt/lximage-qt-9999.ebuild
19 +++ b/media-gfx/lximage-qt/lximage-qt-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="GPL-2+ LGPL-2.1+"