Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/strongswan/
Date: Thu, 17 Jun 2021 20:32:49
Message-Id: 1623961925.c6d150c35839cfc96a507bc447ce6929a0452950.whissi@gentoo
1 commit: c6d150c35839cfc96a507bc447ce6929a0452950
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 17 20:16:49 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 17 20:32:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d150c3
7
8 net-vpn/strongswan: Fix MissingUseDepDefault for dev-libs/openssl[bindist]
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-vpn/strongswan/strongswan-5.9.0.ebuild | 4 ++--
14 net-vpn/strongswan/strongswan-5.9.1.ebuild | 2 +-
15 net-vpn/strongswan/strongswan-5.9.2.ebuild | 2 +-
16 3 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/net-vpn/strongswan/strongswan-5.9.0.ebuild b/net-vpn/strongswan/strongswan-5.9.0.ebuild
19 index 119c3deceb5..55030178088 100644
20 --- a/net-vpn/strongswan/strongswan-5.9.0.ebuild
21 +++ b/net-vpn/strongswan/strongswan-5.9.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="7"
28 @@ -29,7 +29,7 @@ COMMON_DEPEND="!net-misc/openswan
29 caps? ( sys-libs/libcap )
30 curl? ( net-misc/curl )
31 ldap? ( net-nds/openldap )
32 - openssl? ( >=dev-libs/openssl-0.9.8:=[-bindist] )
33 + openssl? ( >=dev-libs/openssl-0.9.8:=[-bindist(-)] )
34 mysql? ( dev-db/mysql-connector-c:= )
35 sqlite? ( >=dev-db/sqlite-3.3.1 )
36 systemd? ( sys-apps/systemd )
37
38 diff --git a/net-vpn/strongswan/strongswan-5.9.1.ebuild b/net-vpn/strongswan/strongswan-5.9.1.ebuild
39 index b7b28afa8ea..cd1ecbe44da 100644
40 --- a/net-vpn/strongswan/strongswan-5.9.1.ebuild
41 +++ b/net-vpn/strongswan/strongswan-5.9.1.ebuild
42 @@ -32,7 +32,7 @@ COMMON_DEPEND="non-root? (
43 caps? ( sys-libs/libcap )
44 curl? ( net-misc/curl )
45 ldap? ( net-nds/openldap )
46 - openssl? ( >=dev-libs/openssl-0.9.8:=[-bindist] )
47 + openssl? ( >=dev-libs/openssl-0.9.8:=[-bindist(-)] )
48 mysql? ( dev-db/mysql-connector-c:= )
49 sqlite? ( >=dev-db/sqlite-3.3.1 )
50 systemd? ( sys-apps/systemd )
51
52 diff --git a/net-vpn/strongswan/strongswan-5.9.2.ebuild b/net-vpn/strongswan/strongswan-5.9.2.ebuild
53 index b7b28afa8ea..cd1ecbe44da 100644
54 --- a/net-vpn/strongswan/strongswan-5.9.2.ebuild
55 +++ b/net-vpn/strongswan/strongswan-5.9.2.ebuild
56 @@ -32,7 +32,7 @@ COMMON_DEPEND="non-root? (
57 caps? ( sys-libs/libcap )
58 curl? ( net-misc/curl )
59 ldap? ( net-nds/openldap )
60 - openssl? ( >=dev-libs/openssl-0.9.8:=[-bindist] )
61 + openssl? ( >=dev-libs/openssl-0.9.8:=[-bindist(-)] )
62 mysql? ( dev-db/mysql-connector-c:= )
63 sqlite? ( >=dev-db/sqlite-3.3.1 )
64 systemd? ( sys-apps/systemd )