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/xmessage/
Date: Mon, 03 Jan 2022 12:29:10
Message-Id: 1641212803.80ae96ff8bc0c5f90168c1c43569c52811201b53.chewi@gentoo
1 commit: 80ae96ff8bc0c5f90168c1c43569c52811201b53
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 12:26:43 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 12:26:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ae96ff
7
8 x11-apps/xmessage: Keyword 1.0.5-r1 for ~m68k
9
10 Manually tested and working.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 x11-apps/xmessage/xmessage-1.0.5-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-apps/xmessage/xmessage-1.0.5-r1.ebuild b/x11-apps/xmessage/xmessage-1.0.5-r1.ebuild
18 index 7286fc92f98e..c9dc67c921e9 100644
19 --- a/x11-apps/xmessage/xmessage-1.0.5-r1.ebuild
20 +++ b/x11-apps/xmessage/xmessage-1.0.5-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -7,7 +7,7 @@ inherit xorg-3
28
29 DESCRIPTION="display a message or query in a window (X-based /bin/echo)"
30
31 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
32 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
33
34 RDEPEND="x11-libs/libXaw
35 x11-libs/libXt"