Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libqrtr-glib/
Date: Mon, 15 Aug 2022 19:13:07
Message-Id: 1660590759.1a9a046994647cdb720e00da14d2e208294f171c.arthurzam@gentoo
1 commit: 1a9a046994647cdb720e00da14d2e208294f171c
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 15 19:12:39 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 15 19:12:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a9a0469
7
8 net-libs/libqrtr-glib: Stabilize 1.2.2 ppc64, #861029
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 net-libs/libqrtr-glib/libqrtr-glib-1.2.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/libqrtr-glib/libqrtr-glib-1.2.2.ebuild b/net-libs/libqrtr-glib/libqrtr-glib-1.2.2.ebuild
16 index 46b649e37988..dfff568b4d01 100644
17 --- a/net-libs/libqrtr-glib/libqrtr-glib-1.2.2.ebuild
18 +++ b/net-libs/libqrtr-glib/libqrtr-glib-1.2.2.ebuild
19 @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
20 inherit git-r3
21 EGIT_REPO_URI="https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib.git"
22 else
23 - KEYWORDS="amd64 arm arm64 ~loong ppc ~ppc64 ~riscv x86"
24 + KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
25 SRC_URI="https://gitlab.freedesktop.org/mobile-broadband/${PN}/-/archive/${PV}/${P}.tar.bz2"
26 fi