Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libqmi/
Date: Sun, 11 Jul 2021 20:49:06
Message-Id: 1626036524.e0f65c1dba4885bffadcd1684182bc64115c6d8b.sam@gentoo
1 commit: e0f65c1dba4885bffadcd1684182bc64115c6d8b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 11 20:48:44 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 11 20:48:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f65c1d
7
8 net-libs/libqmi: Stabilize 1.28.6 arm64, #800710
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-libs/libqmi/libqmi-1.28.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/libqmi/libqmi-1.28.6.ebuild b/net-libs/libqmi/libqmi-1.28.6.ebuild
16 index a976ea1a176..1af34e2bae9 100644
17 --- a/net-libs/libqmi/libqmi-1.28.6.ebuild
18 +++ b/net-libs/libqmi/libqmi-1.28.6.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 ~mips ~ppc ~ppc64 x86"
24 + KEYWORDS="amd64 arm arm64 ~mips ~ppc ~ppc64 x86"
25 SRC_URI="https://www.freedesktop.org/software/libqmi/${P}.tar.xz"
26 fi