commit:     dc23fe68082e0160389f9e20f90d9f3bec80dddd
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 22 20:25:38 2018 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Dec 22 20:27:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc23fe68

net-libs/gnutls: build with guile-2.2

Closes: https://bugs.gentoo.org/show_bug.cgi?id=673574
Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-libs/gnutls/gnutls-3.6.5.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/net-libs/gnutls/gnutls-3.6.5.ebuild 
b/net-libs/gnutls/gnutls-3.6.5.ebuild
index f3fe3d9c1a0..7f3b673fd30 100644
--- a/net-libs/gnutls/gnutls-3.6.5.ebuild
+++ b/net-libs/gnutls/gnutls-3.6.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit libtool multilib-minimal
+inherit autotools libtool multilib-minimal
 
 DESCRIPTION="A TLS 1.2 and SSL 3.0 implementation for the GNU project"
 HOMEPAGE="http://www.gnutls.org/";
@@ -73,6 +73,11 @@ src_prepare() {
 
        # Use sane .so versioning on FreeBSD.
        elibtoolize
+
+       # bug#673574 - until upstream builds with guile.m4 of guile-2.2
+       # eautoreconf will run gtk-doc gen so let's avoid that
+       eaclocal
+       eautoconf
 }
 
 multilib_src_configure() {

Reply via email to