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 AEFB71382C5 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 C1A71E087B; Thu, 17 Jun 2021 20:32:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AC35CE087B for ; Thu, 17 Jun 2021 20:32:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AA1BC3409F1 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 0B2997B8 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: <1623961924.59f2b43f36254c6b8b1c8978364ad18a61591842.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-salut/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-voip/telepathy-salut/telepathy-salut-0.8.1-r3.ebuild X-VCS-Directories: net-voip/telepathy-salut/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 59f2b43f36254c6b8b1c8978364ad18a61591842 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: 7d5c2a7a-fd3c-480b-abd2-cc426d1b146b X-Archives-Hash: 12f39264e94005f42920f7cea3b3f0cb commit: 59f2b43f36254c6b8b1c8978364ad18a61591842 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Jun 17 20:14:35 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Jun 17 20:32:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f2b43f net-voip/telepathy-salut: 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-voip/telepathy-salut/telepathy-salut-0.8.1-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r3.ebuild b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r3.ebuild index 25de246938e..8f7164df8cb 100644 --- a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r3.ebuild +++ b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r3.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 @@ -28,7 +28,7 @@ RDEPEND=" sys-apps/util-linux dev-db/sqlite:3 gnutls? ( >=net-libs/gnutls-2.10.2 ) - !gnutls? ( >=dev-libs/openssl-0.9.8g:0[-bindist] ) + !gnutls? ( >=dev-libs/openssl-0.9.8g:0[-bindist(-)] ) " DEPEND="${RDEPEND} ${PYTHON_DEPS}