diff options
author | Sam James <sam@gentoo.org> | 2022-08-04 04:40:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-04 04:40:17 +0100 |
commit | ed36daacfcf462fe037a9ba88260692bf1ddfc37 (patch) | |
tree | 71be3b4b75c81c46764bea879b316a9ff12db6ce /net-misc/mosh | |
parent | net-misc/mosh: add USE=nettle (diff) | |
download | gentoo-ed36daacfcf462fe037a9ba88260692bf1ddfc37.tar.gz gentoo-ed36daacfcf462fe037a9ba88260692bf1ddfc37.tar.bz2 gentoo-ed36daacfcf462fe037a9ba88260692bf1ddfc37.zip |
net-misc/mosh: rename USE=mosh-hardening -> global USE=hardened
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/mosh')
-rw-r--r-- | net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild | 4 |
1 files 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) |