Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xkeyboard-config/
Date: Sun, 28 Apr 2019 09:36:07
Message-Id: 1556444115.2ab03049f285705990e8d346e55094451fa5262d.zlogene@gentoo
1 commit: 2ab03049f285705990e8d346e55094451fa5262d
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 28 09:35:15 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 28 09:35:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab03049
7
8 x11-misc/xkeyboard-config: s390 stable wrt bug #682846
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12 RepoMan-Options: --include-arches="s390"
13
14 x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild
18 index 36813e40726..b1e2f2c4856 100644
19 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild
20 +++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild
21 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
22 LIVE_DEPEND=">=x11-misc/util-macros-1.18"
23 else
24 SRC_URI="mirror://xorg/data/${PN}/${P}.tar.bz2"
25 - KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
26 + KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
27 fi
28
29 LICENSE="MIT"