From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D65813835A for ; Thu, 17 Jun 2021 20:32:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70599E0875; Thu, 17 Jun 2021 20:32:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34CC2E0875 for ; Thu, 17 Jun 2021 20:32:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46BEE33BEDD for ; Thu, 17 Jun 2021 20:32:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EFE77B3 for ; Thu, 17 Jun 2021 20:32:44 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1623961921.ba35fb8fe9f23be4fe99faf980e7c1045542bf9a.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/uftp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/uftp/uftp-4.10.1.ebuild net-misc/uftp/uftp-5.0.ebuild X-VCS-Directories: net-misc/uftp/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: ba35fb8fe9f23be4fe99faf980e7c1045542bf9a X-VCS-Branch: master Date: Thu, 17 Jun 2021 20:32:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f98382c6-c0c7-4f04-9ec0-e5eaa781714a X-Archives-Hash: 83101487b7427417bfebe3602590a613 commit: ba35fb8fe9f23be4fe99faf980e7c1045542bf9a Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Jun 17 20:09:21 2021 +0000 Commit: Thomas Deutschmann gentoo 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 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=(