Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xkeyboard-config/
Date: Wed, 05 Jan 2022 23:51:18
Message-Id: 1641426632.81b40c6e2847872bc9a94e26dd9b5452d07a5b28.chewi@gentoo
1 commit: 81b40c6e2847872bc9a94e26dd9b5452d07a5b28
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 5 23:47:55 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 5 23:50:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b40c6e
7
8 x11-misc/xkeyboard-config: Keyword 2.34 for ~m68k
9
10 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
11
12 x11-misc/xkeyboard-config/xkeyboard-config-2.34.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.34.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.34.ebuild
16 index 8e66ef95b6d0..37b2a739543a 100644
17 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.34.ebuild
18 +++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.34.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 @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
26 inherit git-r3
27 else
28 SRC_URI="https://www.x.org/releases/individual/data/${PN}/${P}.tar.bz2"
29 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
30 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
31 fi
32
33 LICENSE="MIT"