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: Mon, 07 Jan 2019 14:54:10
Message-Id: 1546872831.94c4d4a489b342023e53ab5638162bef90561bea.alonbl@gentoo
1 commit: 94c4d4a489b342023e53ab5638162bef90561bea
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 7 14:52:50 2019 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 7 14:53:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c4d4a4
7
8 Revert "net-libs/gnutls: build with guile-2.2"
9
10 This reverts commit dc23fe68082e0160389f9e20f90d9f3bec80dddd.
11
12 Closes: https://bugs.gentoo.org/show_bug.cgi?id=674778
13 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
14
15 net-libs/gnutls/gnutls-3.6.5.ebuild | 7 +------
16 1 file changed, 1 insertion(+), 6 deletions(-)
17
18 diff --git a/net-libs/gnutls/gnutls-3.6.5.ebuild b/net-libs/gnutls/gnutls-3.6.5.ebuild
19 index e78d608e9a5..7227d6e5576 100644
20 --- a/net-libs/gnutls/gnutls-3.6.5.ebuild
21 +++ b/net-libs/gnutls/gnutls-3.6.5.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -inherit autotools libtool multilib-minimal
27 +inherit libtool multilib-minimal
28
29 DESCRIPTION="A TLS 1.2 and SSL 3.0 implementation for the GNU project"
30 HOMEPAGE="http://www.gnutls.org/"
31 @@ -73,11 +73,6 @@ src_prepare() {
32
33 # Use sane .so versioning on FreeBSD.
34 elibtoolize
35 -
36 - # bug#673574 - until upstream builds with guile.m4 of guile-2.2
37 - # eautoreconf will run gtk-doc gen so let's avoid that
38 - eaclocal
39 - eautoconf
40 }
41
42 multilib_src_configure() {