commit: 11de22ed595db0f3e03976ff64ae54fbca2430ac Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com> AuthorDate: Mon May 3 00:00:30 2021 +0000 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com> CommitDate: Mon May 3 00:00:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=11de22ed
sys-cluster/keepalived: remove libressl USE flag Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com> sys-cluster/keepalived/keepalived-1.4.0-r1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sys-cluster/keepalived/keepalived-1.4.0-r1.ebuild b/sys-cluster/keepalived/keepalived-1.4.0-r1.ebuild index cb328d9..e7b7082 100644 --- a/sys-cluster/keepalived/keepalived-1.4.0-r1.ebuild +++ b/sys-cluster/keepalived/keepalived-1.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,11 +12,10 @@ SRC_URI="http://www.keepalived.org/software/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="dbus debug ipv6 -json libressl snmp" +IUSE="dbus debug ipv6 -json snmp" RDEPEND="dev-libs/libnl:= - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= dev-libs/popt net-libs/libnfnetlink sys-apps/iproute2
