sys-auth/sakcl: add missing OpenSSL/LibreSSL depends
authorDoug Goldstein <cardoe@gentoo.org>
Mon, 6 Aug 2018 00:11:21 +0000 (19:11 -0500)
committerDoug Goldstein <cardoe@gentoo.org>
Mon, 6 Aug 2018 00:11:42 +0000 (19:11 -0500)
This package has a build-time and run-time dependency on OpenSSL and
requires a rebuild if the slot changes.

Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
Package-Manager: Portage-2.3.24, Repoman-2.3.6

sys-auth/sakcl/sakcl-0.1.0.ebuild

index 4d4dadb56d68d383a663e93d9f23c7df2207fff1..7314b35fd5f1edc1e480cd7a62c514676607a620 100644 (file)
@@ -121,7 +121,8 @@ RESTRICT="mirror"
 LICENSE="|| ( MIT Apache-2.0 )"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
+IUSE="libressl"
 
-DEPEND=""
-RDEPEND=""
+DEPEND="!libressl? ( dev-libs/openssl:0= )
+               libressl? ( dev-libs/libressl )"
+RDEPEND="${DEPEND}"