projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a0943e
)
sys-auth/sakcl: add missing OpenSSL/LibreSSL depends
author
Doug Goldstein
<cardoe@gentoo.org>
Mon, 6 Aug 2018 00:11:21 +0000
(19:11 -0500)
committer
Doug 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
patch
|
blob
|
history
diff --git
a/sys-auth/sakcl/sakcl-0.1.0.ebuild
b/sys-auth/sakcl/sakcl-0.1.0.ebuild
index 4d4dadb56d68d383a663e93d9f23c7df2207fff1..7314b35fd5f1edc1e480cd7a62c514676607a620 100644
(file)
--- 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}"