commit: ba35fb8fe9f23be4fe99faf980e7c1045542bf9a
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 17 20:09:21 2021 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Jun 17 20:32:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba35fb8f
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 <whissi <AT> gentoo.org>
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 9fb44efca5f..b85e46fc8aa 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 eb2c9faf0bc..4df140fe4cb 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=(