mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user