diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-06-17 22:09:21 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-06-17 22:32:01 +0200 |
commit | ba35fb8fe9f23be4fe99faf980e7c1045542bf9a (patch) | |
tree | a21debc6a5c5223517b49dbb296119d1ae9857cd /net-misc | |
parent | net-misc/openssh: Fix MissingUseDepDefault for dev-libs/openssl[bindist] (diff) | |
download | gentoo-ba35fb8fe9f23be4fe99faf980e7c1045542bf9a.tar.gz gentoo-ba35fb8fe9f23be4fe99faf980e7c1045542bf9a.tar.bz2 gentoo-ba35fb8fe9f23be4fe99faf980e7c1045542bf9a.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/uftp/uftp-4.10.1.ebuild | 4 | ||||
-rw-r--r-- | 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 9fb44efca5f8..b85e46fc8aa2 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 eb2c9faf0bc3..4df140fe4cbc 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=( |