Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: net-vpn/ipsec-tools/
Date: Tue, 25 May 2021 17:24:01
Message-Id: 1621963309.060006f5d5d2de123655c8a6ea04db9baecfd95e.anarchy@gentoo
1 commit: 060006f5d5d2de123655c8a6ea04db9baecfd95e
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 17:21:49 2021 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 17:21:49 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=060006f5
7
8 net-vpn/ipsec-tools: remove libressl support
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.2
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 net-vpn/ipsec-tools/ipsec-tools-0.8.2-r5.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/net-vpn/ipsec-tools/ipsec-tools-0.8.2-r5.ebuild b/net-vpn/ipsec-tools/ipsec-tools-0.8.2-r5.ebuild
17 index 11aeb61..578041c 100644
18 --- a/net-vpn/ipsec-tools/ipsec-tools-0.8.2-r5.ebuild
19 +++ b/net-vpn/ipsec-tools/ipsec-tools-0.8.2-r5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -12,11 +12,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
27 LICENSE="BSD GPL-2"
28 SLOT="0"
29 KEYWORDS="amd64 arm ~mips ppc ppc64 x86"
30 -IUSE="hybrid idea ipv6 kerberos ldap libressl nat pam rc5 readline selinux stats"
31 +IUSE="hybrid idea ipv6 kerberos ldap nat pam rc5 readline selinux stats"
32
33 CDEPEND="
34 - !libressl? ( dev-libs/openssl:0 )
35 - libressl? ( dev-libs/libressl )
36 + dev-libs/openssl:0
37 kerberos? ( virtual/krb5 )
38 ldap? ( net-nds/openldap )
39 pam? ( sys-libs/pam )