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 B97EF138350 for ; Fri, 10 Jan 2020 11:34:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9455CE087A; Fri, 10 Jan 2020 11:34:42 +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 79420E087A for ; Fri, 10 Jan 2020 11:34:42 +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 A311334DF4D for ; Fri, 10 Jan 2020 11:34:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D41A2F for ; Fri, 10 Jan 2020 11:34: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: <1578656073.8fc58fe98fbb7a2b8efd659d557a50d63d87730c.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-0.2.17-r3.ebuild 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: 8fc58fe98fbb7a2b8efd659d557a50d63d87730c X-VCS-Branch: master Date: Fri, 10 Jan 2020 11:34: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: 38de9f92-1012-4226-b041-9b1babfa94a4 X-Archives-Hash: b8c85ef623a34af27e6b28ab999a1d6d commit: 8fc58fe98fbb7a2b8efd659d557a50d63d87730c Author: Lars Wendler gentoo org> AuthorDate: Fri Jan 10 11:34:16 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Jan 10 11:34:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc58fe9 media-sound/umurmur: Added sub-slot dep for net-libs/mbedtls Closes: https://bugs.gentoo.org/705040 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Lars Wendler gentoo.org> media-sound/umurmur/umurmur-0.2.17-r3.ebuild | 4 ++-- media-sound/umurmur/umurmur-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/umurmur/umurmur-0.2.17-r3.ebuild b/media-sound/umurmur/umurmur-0.2.17-r3.ebuild index 368646a5296..49866ba51ee 100644 --- a/media-sound/umurmur/umurmur-0.2.17-r3.ebuild +++ b/media-sound/umurmur/umurmur-0.2.17-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,7 @@ DEPEND=">=dev-libs/protobuf-c-1.0.0_rc2 >=net-libs/gnutls-3.0.0 ) !gnutls? ( - mbedtls? ( net-libs/mbedtls ) + mbedtls? ( net-libs/mbedtls:= ) !mbedtls? ( libressl? ( dev-libs/libressl:0= ) !libressl? ( dev-libs/openssl:0= ) diff --git a/media-sound/umurmur/umurmur-9999.ebuild b/media-sound/umurmur/umurmur-9999.ebuild index d01e6411f0f..36c6e284b8d 100644 --- a/media-sound/umurmur/umurmur-9999.ebuild +++ b/media-sound/umurmur/umurmur-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,7 @@ DEPEND=">=dev-libs/protobuf-c-1.0.0_rc2 >=net-libs/gnutls-3.0.0 ) !gnutls? ( - mbedtls? ( net-libs/mbedtls ) + mbedtls? ( net-libs/mbedtls:= ) !mbedtls? ( libressl? ( dev-libs/libressl:0= ) !libressl? ( dev-libs/openssl:0= )