From 529e323aad6b43a9a0c06520c1e4f6ae69b9bafa Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Fri, 14 May 2021 16:28:05 -0700 Subject: 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 --- net-misc/openssh/openssh-8.6_p1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-misc') 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(+)] ) -- cgit v1.2.3-65-gdbad