Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
Date: Thu, 04 Aug 2022 03:40:59
Message-Id: 1659584417.ed36daacfcf462fe037a9ba88260692bf1ddfc37.sam@gentoo
1 commit: ed36daacfcf462fe037a9ba88260692bf1ddfc37
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 4 03:40:17 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 4 03:40:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed36daac
7
8 net-misc/mosh: rename USE=mosh-hardening -> global USE=hardened
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild b/net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild
16 index 529f1f845ff8..849159872ea4 100644
17 --- a/net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild
18 +++ b/net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild
19 @@ -17,7 +17,7 @@ SLOT="0"
20 if [[ ${PV} != *_rc* ]] ; then
21 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
22 fi
23 -IUSE="+client examples +mosh-hardening nettle +server syslog ufw +utempter"
24 +IUSE="+client examples +hardened nettle +server syslog ufw +utempter"
25
26 REQUIRED_USE="
27 || ( client server )
28 @@ -64,8 +64,8 @@ src_configure() {
29 $(use_enable client)
30 $(use_enable server)
31 $(use_enable examples)
32 + $(use_enable hardened hardening)
33 $(use_enable ufw)
34 - $(use_enable mosh-hardening hardening)
35 $(use_enable syslog)
36 $(use_with utempter)