Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xauth/
Date: Tue, 18 Jan 2022 12:26:26
Message-Id: 1642508673.d12bc5e9d179bee6e7b18929f86046bbc22d2351.sam@gentoo
1 commit: d12bc5e9d179bee6e7b18929f86046bbc22d2351
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 12:24:33 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 18 12:24:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12bc5e9
7
8 x11-apps/xauth: Stabilize 1.1.1 arm, #831378
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-apps/xauth/xauth-1.1.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-apps/xauth/xauth-1.1.1.ebuild b/x11-apps/xauth/xauth-1.1.1.ebuild
16 index 3805e3986bdf..5dfea995f198 100644
17 --- a/x11-apps/xauth/xauth-1.1.1.ebuild
18 +++ b/x11-apps/xauth/xauth-1.1.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 @@ -8,7 +8,7 @@ inherit xorg-3
26 if [[ ${PV} == 9999* ]]; then
27 SRC_URI=""
28 else
29 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux"
30 + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux"
31 fi
32
33 DESCRIPTION="X authority file utility"