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 A05F01382C5 for ; Sat, 2 Jan 2021 01:43:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB510E0827; Sat, 2 Jan 2021 01:43:27 +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 D2532E0827 for ; Sat, 2 Jan 2021 01:43:27 +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 D32FD340DD7 for ; Sat, 2 Jan 2021 01:43:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A440478 for ; Sat, 2 Jan 2021 01:43:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609551795.c8efedca1b6b88c0db7c136ed723a6eaccba88be.sam@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-r4.ebuild media-sound/umurmur/umurmur-9999.ebuild X-VCS-Directories: media-sound/umurmur/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c8efedca1b6b88c0db7c136ed723a6eaccba88be X-VCS-Branch: master Date: Sat, 2 Jan 2021 01:43:25 +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: 036dc7c5-7ea1-4eb2-bb88-ad14321550f7 X-Archives-Hash: 595e3b410071f8cfdec6051517089401 commit: c8efedca1b6b88c0db7c136ed723a6eaccba88be Author: Sam James gentoo org> AuthorDate: Sat Jan 2 01:36:10 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 2 01:43:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8efedca media-sound/umurmur: more subslot deps Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> media-sound/umurmur/umurmur-0.2.17-r4.ebuild | 6 +++--- media-sound/umurmur/umurmur-9999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/media-sound/umurmur/umurmur-0.2.17-r4.ebuild b/media-sound/umurmur/umurmur-0.2.17-r4.ebuild index 9bc2d4e0ca0..5f27975b77c 100644 --- a/media-sound/umurmur/umurmur-0.2.17-r4.ebuild +++ b/media-sound/umurmur/umurmur-0.2.17-r4.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 @@ -20,11 +20,11 @@ IUSE="gnutls libressl mbedtls shm" # ssl-provider precendence: gnutls, mbedtls, libressl # and openssl if none specified -DEPEND=">=dev-libs/protobuf-c-1.0.0_rc2 +DEPEND=">=dev-libs/protobuf-c-1.0.0_rc2:= dev-libs/libconfig:= gnutls? ( dev-libs/nettle:= - >=net-libs/gnutls-3.0.0 + >=net-libs/gnutls-3.0.0:= ) !gnutls? ( mbedtls? ( net-libs/mbedtls:= ) diff --git a/media-sound/umurmur/umurmur-9999.ebuild b/media-sound/umurmur/umurmur-9999.ebuild index edcef21466b..617a807375b 100644 --- a/media-sound/umurmur/umurmur-9999.ebuild +++ b/media-sound/umurmur/umurmur-9999.ebuild @@ -20,11 +20,11 @@ IUSE="gnutls libressl mbedtls shm" # ssl-provider precendence: gnutls, mbedtls, libressl # and openssl if none specified -DEPEND=">=dev-libs/protobuf-c-1.0.0_rc2 +DEPEND=">=dev-libs/protobuf-c-1.0.0_rc2:= dev-libs/libconfig:= gnutls? ( dev-libs/nettle:= - >=net-libs/gnutls-3.0.0 + >=net-libs/gnutls-3.0.0:= ) !gnutls? ( mbedtls? ( net-libs/mbedtls:= )