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, 06 Nov 2021 03:58:45
Message-Id: 1636171091.b1c0ff7de8750b134bd1866023eb50c62c228fba.sam@gentoo
1 commit: b1c0ff7de8750b134bd1866023eb50c62c228fba
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 6 03:58:11 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 03:58:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c0ff7d
7
8 net-libs/libqmi: Stabilize 1.30.2 ppc64, #815013
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-libs/libqmi/libqmi-1.30.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/libqmi/libqmi-1.30.2.ebuild b/net-libs/libqmi/libqmi-1.30.2.ebuild
16 index 86eed78b659..7327bfd0eea 100644
17 --- a/net-libs/libqmi/libqmi-1.30.2.ebuild
18 +++ b/net-libs/libqmi/libqmi-1.30.2.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 ~riscv ~x86"
24 + KEYWORDS="amd64 ~arm arm64 ~mips ppc ppc64 ~riscv ~x86"
25 SRC_URI="https://www.freedesktop.org/software/libqmi/${P}.tar.xz"
26 fi