commit:     ed36daacfcf462fe037a9ba88260692bf1ddfc37
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  4 03:40:17 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug  4 03:40:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed36daac

net-misc/mosh: rename USE=mosh-hardening -> global USE=hardened

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild 
b/net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild
index 529f1f845ff8..849159872ea4 100644
--- a/net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild
+++ b/net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild
@@ -17,7 +17,7 @@ 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"
 fi
-IUSE="+client examples +mosh-hardening nettle +server syslog ufw +utempter"
+IUSE="+client examples +hardened nettle +server syslog ufw +utempter"
 
 REQUIRED_USE="
        || ( client server )
@@ -64,8 +64,8 @@ src_configure() {
                $(use_enable client)
                $(use_enable server)
                $(use_enable examples)
+               $(use_enable hardened hardening)
                $(use_enable ufw)
-               $(use_enable mosh-hardening hardening)
                $(use_enable syslog)
                $(use_with utempter)
 

Reply via email to