diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2019-01-27 12:11:51 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2019-01-27 12:41:53 +0200 |
commit | fefc2f9922082a1b73fa510f69657f0d5052742b (patch) | |
tree | 14dbb5f7355068261576ed123c74212e815d75c9 /net-libs | |
parent | profiles/default/linux/sh: deprecated most 17.0 profiles (diff) | |
download | gentoo-fefc2f9922082a1b73fa510f69657f0d5052742b.tar.gz gentoo-fefc2f9922082a1b73fa510f69657f0d5052742b.tar.bz2 gentoo-fefc2f9922082a1b73fa510f69657f0d5052742b.zip |
net-libs/gnutls: remove guile hack
not required any more
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.6.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net-libs/gnutls/gnutls-3.6.6.ebuild b/net-libs/gnutls/gnutls-3.6.6.ebuild index 0e4f46b96b24..9070aaa4a3cc 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() { |