Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxkbcommon/
Date: Sat, 28 May 2022 01:35:40
Message-Id: 1653701702.80f07b92bed547899e06ffecdafb0d210d228727.sam@gentoo
1 commit: 80f07b92bed547899e06ffecdafb0d210d228727
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 01:35:02 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 01:35:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f07b92
7
8 x11-libs/libxkbcommon: Stabilize 1.4.0 ppc64, #843167
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-libs/libxkbcommon/libxkbcommon-1.4.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-libs/libxkbcommon/libxkbcommon-1.4.0.ebuild b/x11-libs/libxkbcommon/libxkbcommon-1.4.0.ebuild
16 index f74e33fa27a5..6a314d97c7cb 100644
17 --- a/x11-libs/libxkbcommon/libxkbcommon-1.4.0.ebuild
18 +++ b/x11-libs/libxkbcommon/libxkbcommon-1.4.0.ebuild
19 @@ -8,7 +8,7 @@ if [[ ${PV} = *9999* ]]; then
20 EGIT_REPO_URI="https://github.com/xkbcommon/${PN}"
21 else
22 SRC_URI="https://xkbcommon.org/download/${P}.tar.xz"
23 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
24 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
25 fi
26
27 PYTHON_COMPAT=( python3_{8..10} )