commit: 5e7b4880a070df2028018a402dc3b2dd2ec19797
Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 6 00:11:21 2018 +0000
Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
CommitDate: Mon Aug 6 00:11:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7b4880
sys-auth/sakcl: add missing OpenSSL/LibreSSL depends
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 <AT> gentoo.org>
Package-Manager: Portage-2.3.24, Repoman-2.3.6
sys-auth/sakcl/sakcl-0.1.0.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/sys-auth/sakcl/sakcl-0.1.0.ebuild
b/sys-auth/sakcl/sakcl-0.1.0.ebuild
index 4d4dadb56d6..7314b35fd5f 100644
--- a/sys-auth/sakcl/sakcl-0.1.0.ebuild
+++ b/sys-auth/sakcl/sakcl-0.1.0.ebuild
@@ -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}"