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 6F2291382C5 for ; Tue, 29 Dec 2020 14:20:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE1A1E0CCF; Tue, 29 Dec 2020 14:20:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 45A25E0CD7 for ; Tue, 29 Dec 2020 14:20:02 +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 6D08A3416F9 for ; Tue, 29 Dec 2020 14:20:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF9C347F for ; Tue, 29 Dec 2020 14:19:59 +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: <1609251595.bf57fea2be047670f03f5d7ec8b3579360432d2e.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-0.2.17-r4.ebuild X-VCS-Directories: media-sound/umurmur/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: bf57fea2be047670f03f5d7ec8b3579360432d2e X-VCS-Branch: master Date: Tue, 29 Dec 2020 14:19:59 +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: ee063fee-9eae-4c05-a56a-144da59eaa22 X-Archives-Hash: a0397f11e6686ebb83aa0c61a69a58b3 commit: bf57fea2be047670f03f5d7ec8b3579360432d2e Author: Daniel M. Weeks danweeks net> AuthorDate: Tue Dec 29 13:54:12 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Dec 29 14:19:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf57fea2 media-sound/umurmur: depend on libconfig subslot Closes: https://bugs.gentoo.org/762439 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Daniel M. Weeks danweeks.net> Closes: https://github.com/gentoo/gentoo/pull/18867 Signed-off-by: Lars Wendler gentoo.org> .../umurmur/{umurmur-0.2.17-r3.ebuild => umurmur-0.2.17-r4.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/umurmur/umurmur-0.2.17-r3.ebuild b/media-sound/umurmur/umurmur-0.2.17-r4.ebuild similarity index 99% rename from media-sound/umurmur/umurmur-0.2.17-r3.ebuild rename to media-sound/umurmur/umurmur-0.2.17-r4.ebuild index 49866ba51ee..9bc2d4e0ca0 100644 --- a/media-sound/umurmur/umurmur-0.2.17-r3.ebuild +++ b/media-sound/umurmur/umurmur-0.2.17-r4.ebuild @@ -21,7 +21,7 @@ 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 - dev-libs/libconfig + dev-libs/libconfig:= gnutls? ( dev-libs/nettle:= >=net-libs/gnutls-3.0.0