Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/gtk/
Date: Thu, 20 Jan 2022 09:42:48
Message-Id: 1642671737.520a4f073a4bc076e58c7db9253a47259ed0858b.arthurzam@gentoo
1 commit: 520a4f073a4bc076e58c7db9253a47259ed0858b
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 09:42:17 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 09:42:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=520a4f07
7
8 gui-libs/gtk: Stabilize 4.4.1 ppc64, #831048
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 gui-libs/gtk/gtk-4.4.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/gui-libs/gtk/gtk-4.4.1.ebuild b/gui-libs/gtk/gtk-4.4.1.ebuild
16 index a6873967ff21..06335c1bf38e 100644
17 --- a/gui-libs/gtk/gtk-4.4.1.ebuild
18 +++ b/gui-libs/gtk/gtk-4.4.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -17,7 +17,7 @@ REQUIRED_USE="
26 test? ( introspection )
27 "
28
29 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
30 +KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~riscv ~x86"
31
32 COMMON_DEPEND="
33 >=dev-libs/fribidi-0.19.7