Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/mit-krb5/
Date: Fri, 30 Apr 2021 21:49:18
Message-Id: 1619819352.0f452b2175ee662feaa8d14a457dd4475a2794f8.zlogene@gentoo
1 commit: 0f452b2175ee662feaa8d14a457dd4475a2794f8
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 21:43:45 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 21:49:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f452b21
7
8 app-crypt/mit-krb5: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-crypt/mit-krb5/mit-krb5-1.18.2-r3.ebuild | 5 ++---
14 app-crypt/mit-krb5/mit-krb5-1.18.3-r1.ebuild | 5 ++---
15 2 files changed, 4 insertions(+), 6 deletions(-)
16
17 diff --git a/app-crypt/mit-krb5/mit-krb5-1.18.2-r3.ebuild b/app-crypt/mit-krb5/mit-krb5-1.18.2-r3.ebuild
18 index 8482b1acd95..3b7ff7d91e9 100644
19 --- a/app-crypt/mit-krb5/mit-krb5-1.18.2-r3.ebuild
20 +++ b/app-crypt/mit-krb5/mit-krb5-1.18.2-r3.ebuild
21 @@ -15,7 +15,7 @@ SRC_URI="https://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}.tar.gz"
22 LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 || ( BSD-2 GPL-2+ )"
23 SLOT="0"
24 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
25 -IUSE="cpu_flags_x86_aes doc +keyutils libressl lmdb nls openldap +pkinit selinux +threads test xinetd"
26 +IUSE="cpu_flags_x86_aes doc +keyutils lmdb nls openldap +pkinit selinux +threads test xinetd"
27
28 # Test suite requires network access
29 RESTRICT="test"
30 @@ -33,8 +33,7 @@ DEPEND="
31 nls? ( sys-devel/gettext[${MULTILIB_USEDEP}] )
32 openldap? ( >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] )
33 pkinit? (
34 - !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
35 - libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
36 + >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}]
37 )
38 xinetd? ( sys-apps/xinetd )
39 "
40
41 diff --git a/app-crypt/mit-krb5/mit-krb5-1.18.3-r1.ebuild b/app-crypt/mit-krb5/mit-krb5-1.18.3-r1.ebuild
42 index b1742386374..901b431b246 100644
43 --- a/app-crypt/mit-krb5/mit-krb5-1.18.3-r1.ebuild
44 +++ b/app-crypt/mit-krb5/mit-krb5-1.18.3-r1.ebuild
45 @@ -15,7 +15,7 @@ SRC_URI="https://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}.tar.gz"
46 LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 || ( BSD-2 GPL-2+ )"
47 SLOT="0"
48 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
49 -IUSE="cpu_flags_x86_aes doc +keyutils libressl lmdb nls openldap +pkinit selinux +threads test xinetd"
50 +IUSE="cpu_flags_x86_aes doc +keyutils lmdb nls openldap +pkinit selinux +threads test xinetd"
51
52 # Test suite requires network access
53 RESTRICT="test"
54 @@ -33,8 +33,7 @@ DEPEND="
55 nls? ( sys-devel/gettext[${MULTILIB_USEDEP}] )
56 openldap? ( >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] )
57 pkinit? (
58 - !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
59 - libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
60 + >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}]
61 )
62 xinetd? ( sys-apps/xinetd )
63 "