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: Sat, 25 Jun 2022 15:14:43
Message-Id: 1656170065.f0e2a01ad02cb8edc2778d95492b61c64f8cdb4d.arthurzam@gentoo
1 commit: f0e2a01ad02cb8edc2778d95492b61c64f8cdb4d
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 15:14:25 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 15:14:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0e2a01a
7
8 net-libs/libqrtr-glib: Keyword 1.2.2 ppc64, #854126
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 0ed207740df4..ce5502bd438c 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 ~riscv ~x86"
24 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
25 SRC_URI="https://gitlab.freedesktop.org/mobile-broadband/${PN}/-/archive/${PV}/${P}.tar.bz2"
26 fi