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-apps/xrdb/
Date: Sun, 02 Jan 2022 14:43:28
Message-Id: 1641134574.ae9704bfed947f3a67e4fa9ad2b9c5c273a1309c.chewi@gentoo
1 commit: ae9704bfed947f3a67e4fa9ad2b9c5c273a1309c
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 14:38:49 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 14:42:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9704bf
7
8 x11-apps/xrdb: Keyword 1.2.1 for ~m68k
9
10 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
11
12 x11-apps/xrdb/xrdb-1.2.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-apps/xrdb/xrdb-1.2.1.ebuild b/x11-apps/xrdb/xrdb-1.2.1.ebuild
16 index c4e45f1b4abd..d4a2dfd47278 100644
17 --- a/x11-apps/xrdb/xrdb-1.2.1.ebuild
18 +++ b/x11-apps/xrdb/xrdb-1.2.1.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 @@ -6,7 +6,7 @@ EAPI=7
26 inherit xorg-3
27
28 DESCRIPTION="X server resource database utility"
29 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-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 ~x64-solaris ~x86-solaris"
31
32 RDEPEND="x11-libs/libXmu
33 x11-libs/libX11"