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/heimdal/
Date: Sun, 02 May 2021 17:23:00
Message-Id: 1619976172.46c48f30cb720457064f1f640926d09e0733bf25.zlogene@gentoo
1 commit: 46c48f30cb720457064f1f640926d09e0733bf25
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 17:20:04 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 17:22:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c48f30
7
8 app-crypt/heimdal: 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/heimdal/heimdal-7.6.0.ebuild | 5 ++---
14 app-crypt/heimdal/heimdal-7.7.0-r1.ebuild | 5 ++---
15 2 files changed, 4 insertions(+), 6 deletions(-)
16
17 diff --git a/app-crypt/heimdal/heimdal-7.6.0.ebuild b/app-crypt/heimdal/heimdal-7.6.0.ebuild
18 index cb90fe7d33b..b6582b76a92 100644
19 --- a/app-crypt/heimdal/heimdal-7.6.0.ebuild
20 +++ b/app-crypt/heimdal/heimdal-7.6.0.ebuild
21 @@ -16,13 +16,12 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz"
22 LICENSE="BSD"
23 SLOT="0"
24 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
25 -IUSE="afs +berkdb caps gdbm hdb-ldap ipv6 libressl +lmdb otp selinux ssl static-libs test X"
26 +IUSE="afs +berkdb caps gdbm hdb-ldap ipv6 +lmdb otp selinux ssl static-libs test X"
27 RESTRICT="!test? ( test )"
28
29 CDEPEND="
30 ssl? (
31 - !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
32 - libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
33 + >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}]
34 )
35 berkdb? ( >=sys-libs/db-4.8.30-r1:*[${MULTILIB_USEDEP}] )
36 gdbm? ( >=sys-libs/gdbm-1.10-r1:=[${MULTILIB_USEDEP}] )
37
38 diff --git a/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild b/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild
39 index 64901aeb730..4b1f82f5c52 100644
40 --- a/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild
41 +++ b/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild
42 @@ -16,13 +16,12 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz"
43 LICENSE="BSD"
44 SLOT="0"
45 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86"
46 -IUSE="afs +berkdb caps gdbm hdb-ldap libressl +lmdb otp selinux ssl static-libs test X"
47 +IUSE="afs +berkdb caps gdbm hdb-ldap +lmdb otp selinux ssl static-libs test X"
48 RESTRICT="!test? ( test )"
49
50 CDEPEND="
51 ssl? (
52 - !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
53 - libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
54 + >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}]
55 )
56 berkdb? ( >=sys-libs/db-4.8.30-r1:*[${MULTILIB_USEDEP}] )
57 gdbm? ( >=sys-libs/gdbm-1.10-r1:=[${MULTILIB_USEDEP}] )