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: Sat, 29 May 2021 15:27:57
Message-Id: 1622301999.fd646d9ff5a0b8de539c5705150a1f1c07c9204a.sam@gentoo
1 commit: fd646d9ff5a0b8de539c5705150a1f1c07c9204a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 29 15:26:39 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 29 15:26:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd646d9f
7
8 net-libs/libqmi: Stabilize 1.28.4 ppc64, #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 05900bebb38..c62b2a064cc 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