diff options
author | Sam James <sam@gentoo.org> | 2023-01-03 18:31:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-03 18:31:47 +0000 |
commit | 2902bba6158cc9188da365b18ba5725746015112 (patch) | |
tree | 809b672513c239ddb6c459076f2a9ffa1c846af9 /net-misc/mosh | |
parent | app-emacs/mmm-mode: Stabilize 0.5.9 ALLARCHES, #889578 (diff) | |
download | gentoo-2902bba6158cc9188da365b18ba5725746015112.tar.gz gentoo-2902bba6158cc9188da365b18ba5725746015112.tar.bz2 gentoo-2902bba6158cc9188da365b18ba5725746015112.zip |
net-misc/mosh: Stabilize 1.4.0 arm, #889440
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/mosh')
-rw-r--r-- | net-misc/mosh/mosh-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/mosh/mosh-1.4.0.ebuild b/net-misc/mosh/mosh-1.4.0.ebuild index e795a570f6c0..62bc504ae238 100644 --- a/net-misc/mosh/mosh-1.4.0.ebuild +++ b/net-misc/mosh/mosh-1.4.0.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="GPL-3" SLOT="0" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" + KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" fi IUSE="+client examples +hardened nettle +server syslog ufw +utempter" |