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 B921C1382C5 for ; Thu, 17 Jun 2021 20:32:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C253DE0884; Thu, 17 Jun 2021 20:32:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 ACC32E0884 for ; Thu, 17 Jun 2021 20:32:49 +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 ECED333BEFE for ; Thu, 17 Jun 2021 20:32:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F9BA7BE for ; Thu, 17 Jun 2021 20:32:45 +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: <1623961927.3e13caca13018706391c081ab4c3723992373695.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ucspi-ssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ucspi-ssl/ucspi-ssl-0.99e.ebuild X-VCS-Directories: sys-apps/ucspi-ssl/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 3e13caca13018706391c081ab4c3723992373695 X-VCS-Branch: master Date: Thu, 17 Jun 2021 20:32:45 +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: 62dde179-a4cc-46f1-a7e6-1cfbb1802dfa X-Archives-Hash: 09bef3738edc41f957e712218d7d6f30 commit: 3e13caca13018706391c081ab4c3723992373695 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Jun 17 20:21:41 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Jun 17 20:32:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e13caca sys-apps/ucspi-ssl: Fix MissingUseDepDefault for dev-libs/openssl[bindist] Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann gentoo.org> sys-apps/ucspi-ssl/ucspi-ssl-0.99e.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/ucspi-ssl/ucspi-ssl-0.99e.ebuild b/sys-apps/ucspi-ssl/ucspi-ssl-0.99e.ebuild index d6906bf0ff1..a40eeae5407 100644 --- a/sys-apps/ucspi-ssl/ucspi-ssl-0.99e.ebuild +++ b/sys-apps/ucspi-ssl/ucspi-ssl-0.99e.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86" IUSE="bindist perl" DEPEND=" - dev-libs/openssl:0=[bindist=] + dev-libs/openssl:0=[bindist(-)=] perl? ( dev-lang/perl:= )" RDEPEND="${DEPEND} sys-apps/ucspi-tcp"