From 94c4d4a489b342023e53ab5638162bef90561bea Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Mon, 7 Jan 2019 16:52:50 +0200 Subject: Revert "net-libs/gnutls: build with guile-2.2" This reverts commit dc23fe68082e0160389f9e20f90d9f3bec80dddd. Closes: https://bugs.gentoo.org/show_bug.cgi?id=674778 Signed-off-by: Alon Bar-Lev --- net-libs/gnutls/gnutls-3.6.5.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'net-libs/gnutls') diff --git a/net-libs/gnutls/gnutls-3.6.5.ebuild b/net-libs/gnutls/gnutls-3.6.5.ebuild index e78d608e9a57..7227d6e55762 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 autotools libtool multilib-minimal +inherit libtool multilib-minimal DESCRIPTION="A TLS 1.2 and SSL 3.0 implementation for the GNU project" HOMEPAGE="http://www.gnutls.org/" @@ -73,11 +73,6 @@ 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() { -- cgit v1.2.3-65-gdbad