Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
Date: Tue, 03 Jan 2023 18:22:40
Message-Id: 1672770140.fc3b3c159cb0c7685e3d3ef271e168525620d5f3.arthurzam@gentoo
1 commit: fc3b3c159cb0c7685e3d3ef271e168525620d5f3
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 18:22:20 2023 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 18:22:20 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3b3c15
7
8 net-misc/mosh: Stabilize 1.4.0 hppa, #889440
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 net-misc/mosh/mosh-1.4.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/mosh/mosh-1.4.0.ebuild b/net-misc/mosh/mosh-1.4.0.ebuild
16 index 289455b3b6e6..05e061315a10 100644
17 --- a/net-misc/mosh/mosh-1.4.0.ebuild
18 +++ b/net-misc/mosh/mosh-1.4.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -15,7 +15,7 @@ S="${WORKDIR}"/${MY_P}
26 LICENSE="GPL-3"
27 SLOT="0"
28 if [[ ${PV} != *_rc* ]] ; then
29 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
30 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
31 fi
32 IUSE="+client examples +hardened nettle +server syslog ufw +utempter"