Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnutls/
Date: Sun, 27 Jan 2019 18:35:07
Message-Id: 1548614089.2330eee0938dcc2520fe161953ee75a9d9cdf29b.alonbl@gentoo
1 commit: 2330eee0938dcc2520fe161953ee75a9d9cdf29b
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 18:33:01 2019 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 18:34:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2330eee0
7
8 net-libs/gnutls: hack guile detection
9
10 upstream replaced guile.m4 and did not use it correctly.
11
12 for now, hack this to detect guile-2.0.
13
14 Closes: https://bugs.gentoo.org/show_bug.cgi?id=676402
15 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
16 Package-Manager: Portage-2.3.51, Repoman-2.3.11
17
18 net-libs/gnutls/gnutls-3.6.6.ebuild | 5 +++++
19 1 file changed, 5 insertions(+)
20
21 diff --git a/net-libs/gnutls/gnutls-3.6.6.ebuild b/net-libs/gnutls/gnutls-3.6.6.ebuild
22 index 9070aaa4a3c..ea49105d00b 100644
23 --- a/net-libs/gnutls/gnutls-3.6.6.ebuild
24 +++ b/net-libs/gnutls/gnutls-3.6.6.ebuild
25 @@ -73,6 +73,11 @@ src_prepare() {
26
27 # Use sane .so versioning on FreeBSD.
28 elibtoolize
29 +
30 + # detect also guile-2.2, bug#676402
31 + # aclocal/autoreconf will require more dependencies
32 + # that we want to have
33 + sed -i 's/_guile_required_version=2.2$/_guile_required_version=2.0/' configure || die
34 }
35
36 multilib_src_configure() {