app-admin/rsyslog: Allow building without ssl USE flag
authorThomas Deutschmann <whissi@gentoo.org>
Sat, 14 Jul 2018 13:56:15 +0000 (15:56 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sat, 14 Jul 2018 13:56:15 +0000 (15:56 +0200)
Closes: https://bugs.gentoo.org/660570
Package-Manager: Portage-2.3.42, Repoman-2.3.9

app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild

index cf864d50b49b359dca8da5988771726d5aa40447..27d2078ef8fd046ba55dc9b2d97315267ebe222b 100644 (file)
@@ -113,7 +113,7 @@ DEPEND="${RDEPEND}
 
 REQUIRED_USE="
        kubernetes? ( normalize )
-       ssl ( || ( gnutls openssl ) )
+       ssl? ( || ( gnutls openssl ) )
 "
 
 if [[ ${PV} == "9999" ]]; then