commit: 529e323aad6b43a9a0c06520c1e4f6ae69b9bafa Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Fri May 14 23:28:05 2021 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Fri May 14 23:28:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529e323a
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 <AT> gentoo.org> net-misc/openssh/openssh-8.6_p1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/openssh/openssh-8.6_p1-r1.ebuild b/net-misc/openssh/openssh-8.6_p1-r1.ebuild index dd9d76ad5bc..ca2ff312f1a 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(+)] )
