summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2021-05-14 16:28:05 -0700
committerPatrick McLean <chutzpah@gentoo.org>2021-05-14 16:28:15 -0700
commit529e323aad6b43a9a0c06520c1e4f6ae69b9bafa (patch)
tree39015f6a1880094036ec291ab6a1b6865ae11528 /net-misc
parentgames-simulation/flightgear: version bump, remove old (diff)
downloadgentoo-529e323aad6b43a9a0c06520c1e4f6ae69b9bafa.tar.gz
gentoo-529e323aad6b43a9a0c06520c1e4f6ae69b9bafa.tar.bz2
gentoo-529e323aad6b43a9a0c06520c1e4f6ae69b9bafa.zip
net-misc/openssh-8.6_p1-r1: Fix REQUIRED_USE (bug #790092)
Currently the second REQUIRED_USE setting overrides the first one, let's change it to an append rather than a replacement. Bug: https://bugs.gentoo.org/790092 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/openssh/openssh-8.6_p1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/openssh/openssh-8.6_p1-r1.ebuild b/net-misc/openssh/openssh-8.6_p1-r1.ebuild
index dd9d76ad5bc7..ca2ff312f1a5 100644
--- a/net-misc/openssh/openssh-8.6_p1-r1.ebuild
+++ b/net-misc/openssh/openssh-8.6_p1-r1.ebuild
@@ -50,7 +50,7 @@ REQUIRED_USE="
"
# tests currently fail with XMSS
-REQUIRED_USE="test? ( !xmss )"
+REQUIRED_USE+="test? ( !xmss )"
LIB_DEPEND="
audit? ( sys-process/audit[static-libs(+)] )