From ba35fb8fe9f23be4fe99faf980e7c1045542bf9a Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Thu, 17 Jun 2021 22:09:21 +0200 Subject: [PATCH] net-misc/uftp: Fix MissingUseDepDefault for dev-libs/openssl[bindist] Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann --- net-misc/uftp/uftp-4.10.1.ebuild | 4 ++-- net-misc/uftp/uftp-5.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/uftp/uftp-4.10.1.ebuild b/net-misc/uftp/uftp-4.10.1.ebuild index 9fb44efca5f88..b85e46fc8aa2d 100644 --- a/net-misc/uftp/uftp-4.10.1.ebuild +++ b/net-misc/uftp/uftp-4.10.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="+server ssl" # openssl with EC required, see #644674 -DEPEND="ssl? ( dev-libs/openssl:0=[-bindist] )" +DEPEND="ssl? ( dev-libs/openssl:0=[-bindist(-)] )" RDEPEND="${DEPEND}" # Workaround, see #644670 diff --git a/net-misc/uftp/uftp-5.0.ebuild b/net-misc/uftp/uftp-5.0.ebuild index eb2c9faf0bc3e..4df140fe4cbc4 100644 --- a/net-misc/uftp/uftp-5.0.ebuild +++ b/net-misc/uftp/uftp-5.0.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="+server ssl" # openssl with EC required, see #644674 -DEPEND="ssl? ( dev-libs/openssl:0=[-bindist] )" +DEPEND="ssl? ( dev-libs/openssl:0=[-bindist(-)] )" RDEPEND="${DEPEND}" PATCHES=(