diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2018-08-05 19:11:21 -0500 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2018-08-05 19:11:42 -0500 |
commit | 5e7b4880a070df2028018a402dc3b2dd2ec19797 (patch) | |
tree | 85e3e48f1323309c9a097d3e4fc3220d5a60fa18 /sys-auth | |
parent | sys-apps/portage: update README.RESCUE URL (diff) | |
download | gentoo-5e7b4880a070df2028018a402dc3b2dd2ec19797.tar.gz gentoo-5e7b4880a070df2028018a402dc3b2dd2ec19797.tar.bz2 gentoo-5e7b4880a070df2028018a402dc3b2dd2ec19797.zip |
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@gentoo.org>
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/sakcl/sakcl-0.1.0.ebuild | 7 |
1 files 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 4d4dadb56d68..7314b35fd5f1 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}" |