Gentoo Archives: gentoo-commits

From: Quentin Retornaz <gentoo@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: sys-cluster/keepalived/
Date: Mon, 03 May 2021 00:07:19
Message-Id: 1620000030.11de22ed595db0f3e03976ff64ae54fbca2430ac.quentin@gentoo
1 commit: 11de22ed595db0f3e03976ff64ae54fbca2430ac
2 Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
3 AuthorDate: Mon May 3 00:00:30 2021 +0000
4 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
5 CommitDate: Mon May 3 00:00:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=11de22ed
7
8 sys-cluster/keepalived: remove libressl USE flag
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
12
13 sys-cluster/keepalived/keepalived-1.4.0-r1.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-cluster/keepalived/keepalived-1.4.0-r1.ebuild b/sys-cluster/keepalived/keepalived-1.4.0-r1.ebuild
17 index cb328d9..e7b7082 100644
18 --- a/sys-cluster/keepalived/keepalived-1.4.0-r1.ebuild
19 +++ b/sys-cluster/keepalived/keepalived-1.4.0-r1.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="http://www.keepalived.org/software/${P}.tar.gz"
27 LICENSE="GPL-2"
28 SLOT="0"
29 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
30 -IUSE="dbus debug ipv6 -json libressl snmp"
31 +IUSE="dbus debug ipv6 -json snmp"
32
33 RDEPEND="dev-libs/libnl:=
34 - !libressl? ( dev-libs/openssl:0= )
35 - libressl? ( dev-libs/libressl:0= )
36 + dev-libs/openssl:0=
37 dev-libs/popt
38 net-libs/libnfnetlink
39 sys-apps/iproute2