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: Thu, 27 May 2021 19:18:17
Message-Id: 1622143066.afd94e3665cedd06464acacea32d696c608e6b66.sam@gentoo
1 commit: afd94e3665cedd06464acacea32d696c608e6b66
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 27 19:17:46 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 27 19:17:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd94e36
7
8 x11-libs/libxkbcommon: Stabilize 1.3.0 sparc, #787818
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-libs/libxkbcommon/libxkbcommon-1.3.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-libs/libxkbcommon/libxkbcommon-1.3.0.ebuild b/x11-libs/libxkbcommon/libxkbcommon-1.3.0.ebuild
16 index f245bf6c81b..43bef2bc887 100644
17 --- a/x11-libs/libxkbcommon/libxkbcommon-1.3.0.ebuild
18 +++ b/x11-libs/libxkbcommon/libxkbcommon-1.3.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 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
24 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
25 fi
26
27 PYTHON_COMPAT=( python3_{7..9} )