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 A371C138334 for ; Tue, 30 Apr 2019 16:08:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A657BE086B; Tue, 30 Apr 2019 16:08:34 +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 89B9BE086B for ; Tue, 30 Apr 2019 16:08:34 +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 F052F342F9F for ; Tue, 30 Apr 2019 16:08:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 033D04F6 for ; Tue, 30 Apr 2019 16:08:31 +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: <1556640504.86dcc865ba4045244375de9c7dcf9ea96841d048.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-r2.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: 86dcc865ba4045244375de9c7dcf9ea96841d048 X-VCS-Branch: master Date: Tue, 30 Apr 2019 16:08:31 +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: 55383294-8ac6-469e-a53d-422375cc470c X-Archives-Hash: e8f1e83237263bcaedf87c92662bacc4 commit: 86dcc865ba4045244375de9c7dcf9ea96841d048 Author: Lars Wendler gentoo org> AuthorDate: Tue Apr 30 16:07:54 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Apr 30 16:08:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86dcc865 media-sound/umurmur: Fixed build with USE="libressl" Closes: https://bugs.gentoo.org/684806 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> media-sound/umurmur/umurmur-0.2.17-r2.ebuild | 2 +- media-sound/umurmur/umurmur-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/umurmur/umurmur-0.2.17-r2.ebuild b/media-sound/umurmur/umurmur-0.2.17-r2.ebuild index cf1ac28351f..4d9264eb15b 100644 --- a/media-sound/umurmur/umurmur-0.2.17-r2.ebuild +++ b/media-sound/umurmur/umurmur-0.2.17-r2.ebuild @@ -74,7 +74,7 @@ src_prepare() { } src_configure() { - local ssl_provider=( $(get_ssl_impl) ) + local ssl_provider=( $(sed 's@libressl@openssl@' <<< $(get_ssl_impl)) ) local myeconfargs=( --with-ssl="${ssl_provider[@]}" diff --git a/media-sound/umurmur/umurmur-9999.ebuild b/media-sound/umurmur/umurmur-9999.ebuild index cf1ac28351f..4d9264eb15b 100644 --- a/media-sound/umurmur/umurmur-9999.ebuild +++ b/media-sound/umurmur/umurmur-9999.ebuild @@ -74,7 +74,7 @@ src_prepare() { } src_configure() { - local ssl_provider=( $(get_ssl_impl) ) + local ssl_provider=( $(sed 's@libressl@openssl@' <<< $(get_ssl_impl)) ) local myeconfargs=( --with-ssl="${ssl_provider[@]}"