Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/crda/
Date: Mon, 03 May 2021 09:46:32
Message-Id: 1620035180.27a7453122763a914ebd732ce57f2a9a1a50ecff.zlogene@gentoo
1 commit: 27a7453122763a914ebd732ce57f2a9a1a50ecff
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 09:46:20 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 09:46:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a74531
7
8 net-wireless/crda: 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 net-wireless/crda/crda-4.14.ebuild | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/net-wireless/crda/crda-4.14.ebuild b/net-wireless/crda/crda-4.14.ebuild
17 index deb7e455682..285b85c237f 100644
18 --- a/net-wireless/crda/crda-4.14.ebuild
19 +++ b/net-wireless/crda/crda-4.14.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -13,11 +13,10 @@ SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/crda.git/snapsho
27 LICENSE="ISC"
28 SLOT="0"
29 KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86"
30 -IUSE="gcrypt libressl"
31 +IUSE="gcrypt"
32
33 RDEPEND="!gcrypt? (
34 - !libressl? ( dev-libs/openssl:0= )
35 - libressl? ( dev-libs/libressl:0= )
36 + dev-libs/openssl:0=
37 )
38 gcrypt? ( dev-libs/libgcrypt:0= )
39 dev-libs/libnl:3
40 @@ -38,7 +37,6 @@ PATCHES=(
41 "${FILESDIR}"/${PN}-libreg-link.patch #542436
42 "${FILESDIR}"/${PN}-4.14-python-3.patch
43 "${FILESDIR}"/${PN}-4.14-openssl-1.1.0-compatibility.patch #652428
44 - "${FILESDIR}"/${PN}-libressl.patch
45 "${FILESDIR}"/${PN}-ldflags.patch
46 "${FILESDIR}"/${PN}-4.14-do-not-compress-doc.patch
47 )