Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libqmi/
Date: Fri, 24 Jun 2022 15:33:47
Message-Id: 1656084805.2d9d5bddf94a9da0c4b832a9f958cdc16a7ca58d.mattst88@gentoo
1 commit: 2d9d5bddf94a9da0c4b832a9f958cdc16a7ca58d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 15:05:14 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 15:33:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d9d5bdd
7
8 net-libs/libqmi: Propagate ~riscv keyword
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-libs/libqmi/libqmi-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/libqmi/libqmi-9999.ebuild b/net-libs/libqmi/libqmi-9999.ebuild
16 index 9be3e4bbf84c..56d9060d775c 100644
17 --- a/net-libs/libqmi/libqmi-9999.ebuild
18 +++ b/net-libs/libqmi/libqmi-9999.ebuild
19 @@ -7,7 +7,7 @@ if [[ ${PV} == "9999" ]] ; then
20 inherit git-r3 autotools
21 EGIT_REPO_URI="https://gitlab.freedesktop.org/mobile-broadband/libqmi.git"
22 else
23 - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~x86"
24 + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86"
25 SRC_URI="https://www.freedesktop.org/software/libqmi/${P}.tar.xz"
26 fi