Gentoo Archives: gentoo-commits

From: Doug Goldstein <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/sakcl/
Date: Mon, 06 Aug 2018 00:12:03
Message-Id: 1533514302.5e7b4880a070df2028018a402dc3b2dd2ec19797.cardoe@gentoo
1 commit: 5e7b4880a070df2028018a402dc3b2dd2ec19797
2 Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 6 00:11:21 2018 +0000
4 Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 6 00:11:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7b4880
7
8 sys-auth/sakcl: add missing OpenSSL/LibreSSL depends
9
10 This package has a build-time and run-time dependency on OpenSSL and
11 requires a rebuild if the slot changes.
12
13 Signed-off-by: Doug Goldstein <cardoe <AT> gentoo.org>
14 Package-Manager: Portage-2.3.24, Repoman-2.3.6
15
16 sys-auth/sakcl/sakcl-0.1.0.ebuild | 7 ++++---
17 1 file changed, 4 insertions(+), 3 deletions(-)
18
19 diff --git a/sys-auth/sakcl/sakcl-0.1.0.ebuild b/sys-auth/sakcl/sakcl-0.1.0.ebuild
20 index 4d4dadb56d6..7314b35fd5f 100644
21 --- a/sys-auth/sakcl/sakcl-0.1.0.ebuild
22 +++ b/sys-auth/sakcl/sakcl-0.1.0.ebuild
23 @@ -121,7 +121,8 @@ RESTRICT="mirror"
24 LICENSE="|| ( MIT Apache-2.0 )"
25 SLOT="0"
26 KEYWORDS="~amd64"
27 -IUSE=""
28 +IUSE="libressl"
29
30 -DEPEND=""
31 -RDEPEND=""
32 +DEPEND="!libressl? ( dev-libs/openssl:0= )
33 + libressl? ( dev-libs/libressl )"
34 +RDEPEND="${DEPEND}"