diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2019-01-07 16:52:50 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2019-01-07 16:53:51 +0200 |
commit | 94c4d4a489b342023e53ab5638162bef90561bea (patch) | |
tree | 2e787c8f829fb4c3d947e5650e22ba9fc881ffab /net-libs/gnutls | |
parent | net-dns/libidn2: improve eapi7 dependencies. (diff) | |
download | gentoo-94c4d4a489b342023e53ab5638162bef90561bea.tar.gz gentoo-94c4d4a489b342023e53ab5638162bef90561bea.tar.bz2 gentoo-94c4d4a489b342023e53ab5638162bef90561bea.zip |
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 <alonbl@gentoo.org>
Diffstat (limited to 'net-libs/gnutls')
-rw-r--r-- | net-libs/gnutls/gnutls-3.6.5.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
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() { |