Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxkbcommon/
Date: Thu, 24 Dec 2020 03:42:27
Message-Id: 1608781169.e28a05abf93366f615b8b95486046ca81b3fcd25.mattst88@gentoo
1 commit: e28a05abf93366f615b8b95486046ca81b3fcd25
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 24 03:39:29 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 24 03:39:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e28a05ab
7
8 x11-libs/libxkbcommon: Stabilize 1.0.3 sparc, #758461
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libxkbcommon/libxkbcommon-1.0.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-libs/libxkbcommon/libxkbcommon-1.0.3.ebuild b/x11-libs/libxkbcommon/libxkbcommon-1.0.3.ebuild
16 index 48636d2e35e..b41c3709264 100644
17 --- a/x11-libs/libxkbcommon/libxkbcommon-1.0.3.ebuild
18 +++ b/x11-libs/libxkbcommon/libxkbcommon-1.0.3.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} )