diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-12-22 22:25:38 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-12-22 22:27:41 +0200 |
commit | dc23fe68082e0160389f9e20f90d9f3bec80dddd (patch) | |
tree | eb5538aea2f9ddf97c0e9c2c7799c83ad19217ab /net-libs | |
parent | dev-qt/qtchooser: bump to v66 (diff) | |
download | gentoo-dc23fe68082e0160389f9e20f90d9f3bec80dddd.tar.gz gentoo-dc23fe68082e0160389f9e20f90d9f3bec80dddd.tar.bz2 gentoo-dc23fe68082e0160389f9e20f90d9f3bec80dddd.zip |
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@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gnutls/gnutls-3.6.5.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net-libs/gnutls/gnutls-3.6.5.ebuild b/net-libs/gnutls/gnutls-3.6.5.ebuild index f3fe3d9c1a09..7f3b673fd300 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() { |