From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 0D8F7138334 for ; Sun, 27 Jan 2019 18:35:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E29ECE0F1E; Sun, 27 Jan 2019 18:35:01 +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 C1290E0F1E for ; Sun, 27 Jan 2019 18:35:01 +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 8A460335D40 for ; Sun, 27 Jan 2019 18:35:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 066DC4FA for ; Sun, 27 Jan 2019 18:34:59 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1548614089.2330eee0938dcc2520fe161953ee75a9d9cdf29b.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnutls/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gnutls/gnutls-3.6.6.ebuild X-VCS-Directories: net-libs/gnutls/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 2330eee0938dcc2520fe161953ee75a9d9cdf29b X-VCS-Branch: master Date: Sun, 27 Jan 2019 18:34: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: c19b58c4-98f0-4a02-bcb6-7faadee8b202 X-Archives-Hash: 2b549140f54a52a7ee1c9125ac4048fe commit: 2330eee0938dcc2520fe161953ee75a9d9cdf29b Author: Alon Bar-Lev gentoo org> AuthorDate: Sun Jan 27 18:33:01 2019 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sun Jan 27 18:34:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2330eee0 net-libs/gnutls: hack guile detection upstream replaced guile.m4 and did not use it correctly. for now, hack this to detect guile-2.0. Closes: https://bugs.gentoo.org/show_bug.cgi?id=676402 Signed-off-by: Alon Bar-Lev gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-libs/gnutls/gnutls-3.6.6.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net-libs/gnutls/gnutls-3.6.6.ebuild b/net-libs/gnutls/gnutls-3.6.6.ebuild index 9070aaa4a3c..ea49105d00b 100644 --- a/net-libs/gnutls/gnutls-3.6.6.ebuild +++ b/net-libs/gnutls/gnutls-3.6.6.ebuild @@ -73,6 +73,11 @@ src_prepare() { # Use sane .so versioning on FreeBSD. elibtoolize + + # detect also guile-2.2, bug#676402 + # aclocal/autoreconf will require more dependencies + # that we want to have + sed -i 's/_guile_required_version=2.2$/_guile_required_version=2.0/' configure || die } multilib_src_configure() {