commit: fefc2f9922082a1b73fa510f69657f0d5052742b
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 10:11:51 2019 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 10:41:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefc2f99
net-libs/gnutls: remove guile hack
not required any more
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.6.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/net-libs/gnutls/gnutls-3.6.6.ebuild
b/net-libs/gnutls/gnutls-3.6.6.ebuild
index 0e4f46b96b2..9070aaa4a3c 100644
--- a/net-libs/gnutls/gnutls-3.6.6.ebuild
+++ b/net-libs/gnutls/gnutls-3.6.6.ebuild
@@ -73,11 +73,6 @@ src_prepare() {
# Use sane .so versioning on FreeBSD.
elibtoolize
-
- # detect also guile-2.2, bug#673574
- # aclocal/autoreconf will require more dependencies
- # that we want to have
- sed -i 's/\(_guile_versions_to_search="\)\(.*\)\("\)/\1\2 2.2\3/'
configure || die
}
multilib_src_configure() {