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 DE6C51382C5 for ; Fri, 26 Mar 2021 09:31:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23365E0823; Fri, 26 Mar 2021 09:31:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0454AE0829 for ; Fri, 26 Mar 2021 09:31:42 +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 B0CC5340DFD for ; Fri, 26 Mar 2021 09:31:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33660630 for ; Fri, 26 Mar 2021 09:31:40 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1616751092.9ad8f6b01c876471547e6d0ea5189c68b266b87f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/umurmur/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/umurmur/umurmur-9999.ebuild X-VCS-Directories: media-sound/umurmur/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 9ad8f6b01c876471547e6d0ea5189c68b266b87f X-VCS-Branch: master Date: Fri, 26 Mar 2021 09:31:40 +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: 185446af-7d28-42a0-bd8c-54be4114fd24 X-Archives-Hash: 2ce04f76f919dcd3c6ea8dd418bee356 commit: 9ad8f6b01c876471547e6d0ea5189c68b266b87f Author: Lars Wendler gentoo org> AuthorDate: Fri Mar 26 09:30:13 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Mar 26 09:31:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad8f6b0 media-sound/umurmur: Synced live ebuild Signed-off-by: Lars Wendler gentoo.org> media-sound/umurmur/umurmur-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/media-sound/umurmur/umurmur-9999.ebuild b/media-sound/umurmur/umurmur-9999.ebuild index 5bc252e176b..7b9bed7d269 100644 --- a/media-sound/umurmur/umurmur-9999.ebuild +++ b/media-sound/umurmur/umurmur-9999.ebuild @@ -27,10 +27,7 @@ DEPEND=">=dev-libs/protobuf-c-1.0.0_rc2:= ) !gnutls? ( mbedtls? ( net-libs/mbedtls:= ) - !mbedtls? ( - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0= ) - ) + !mbedtls? ( dev-libs/openssl:0= ) ) "