Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/mit-krb5/
Date: Fri, 28 Jun 2019 06:23:47
Message-Id: 1561702854.6a0264998a73dc0e0e692eebf671b3ca09359876.haubi@gentoo
1 commit: 6a0264998a73dc0e0e692eebf671b3ca09359876
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 27 08:13:44 2019 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 28 06:20:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a026499
7
8 app-crypt/mit-krb5: utilize BDEPEND with EAPI 7
9
10 Closes: https://bugs.gentoo.org/688786
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12 Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
13
14 app-crypt/mit-krb5/mit-krb5-1.17.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-crypt/mit-krb5/mit-krb5-1.17.ebuild b/app-crypt/mit-krb5/mit-krb5-1.17.ebuild
18 index f1ff44b3a29..573c3e33023 100644
19 --- a/app-crypt/mit-krb5/mit-krb5-1.17.ebuild
20 +++ b/app-crypt/mit-krb5/mit-krb5-1.17.ebuild
21 @@ -20,7 +20,7 @@ IUSE="cpu_flags_x86_aes doc +keyutils libressl lmdb nls openldap +pkinit selinux
22 # Test suite requires network access
23 RESTRICT="test"
24
25 -CDEPEND="
26 +DEPEND="
27 !!app-crypt/heimdal
28 >=sys-libs/e2fsprogs-libs-1.42.9[${MULTILIB_USEDEP}]
29 || (
30 @@ -38,7 +38,7 @@ CDEPEND="
31 )
32 xinetd? ( sys-apps/xinetd )
33 "
34 -DEPEND="${CDEPEND}
35 +BDEPEND="
36 ${PYTHON_DEPS}
37 virtual/yacc
38 cpu_flags_x86_aes? (
39 @@ -52,7 +52,7 @@ DEPEND="${CDEPEND}
40 dev-util/dejagnu
41 dev-util/cmocka
42 )"
43 -RDEPEND="${CDEPEND}
44 +RDEPEND="${DEPEND}
45 selinux? ( sec-policy/selinux-kerberos )"
46
47 S=${WORKDIR}/${MY_P}/src