Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-control-center/
Date: Sat, 07 May 2022 18:29:00
Message-Id: 1651948117.b5dfe812856149296f6c20132052c77a26f4e65c.arthurzam@gentoo
1 commit: b5dfe812856149296f6c20132052c77a26f4e65c
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 7 18:28:37 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 7 18:28:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5dfe812
7
8 gnome-base/gnome-control-center: Keyword 42.1 ppc, #838709
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 gnome-base/gnome-control-center/gnome-control-center-42.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/gnome-base/gnome-control-center/gnome-control-center-42.1.ebuild b/gnome-base/gnome-control-center/gnome-control-center-42.1.ebuild
16 index 31035fb2e818..2abf1e55d487 100644
17 --- a/gnome-base/gnome-control-center/gnome-control-center-42.1.ebuild
18 +++ b/gnome-base/gnome-control-center/gnome-control-center-42.1.ebuild
19 @@ -17,7 +17,7 @@ RESTRICT="!test? ( test )"
20 REQUIRED_USE="
21 ^^ ( elogind systemd )
22 " # Theoretically "?? ( elogind systemd )" is fine too, lacking some functionality at runtime, but needs testing if handled gracefully enough
23 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
25
26 # meson.build depends on python unconditionally
27 BDEPEND="${PYTHON_DEPS}"