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: Fri, 28 May 2021 19:20:46
Message-Id: 1622229578.243b324c1c057033965a5693f7dae8f6cb944583.sam@gentoo
1 commit: 243b324c1c057033965a5693f7dae8f6cb944583
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 28 19:19:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 19:19:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243b324c
7
8 net-libs/libqmi: Stabilize 1.28.4 ppc, #792327
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-libs/libqmi/libqmi-1.28.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/libqmi/libqmi-1.28.4.ebuild b/net-libs/libqmi/libqmi-1.28.4.ebuild
16 index 60062c803a6..1f5ad85efcb 100644
17 --- a/net-libs/libqmi/libqmi-1.28.4.ebuild
18 +++ b/net-libs/libqmi/libqmi-1.28.4.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