From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1B471138334 for ; Mon, 7 Jan 2019 14:54:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18F92E0918; Mon, 7 Jan 2019 14:54:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF6CFE0918 for ; Mon, 7 Jan 2019 14:54:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CF64335CFF for ; Mon, 7 Jan 2019 14:54:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DF762A7 for ; Mon, 7 Jan 2019 14:54:02 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1546872831.94c4d4a489b342023e53ab5638162bef90561bea.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnutls/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gnutls/gnutls-3.6.5.ebuild X-VCS-Directories: net-libs/gnutls/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 94c4d4a489b342023e53ab5638162bef90561bea X-VCS-Branch: master Date: Mon, 7 Jan 2019 14:54:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 185a426e-9766-439e-9c22-922c6fbabf5f X-Archives-Hash: e77c69de82060e8be3e2af5d209a1988 commit: 94c4d4a489b342023e53ab5638162bef90561bea Author: Alon Bar-Lev gentoo org> AuthorDate: Mon Jan 7 14:52:50 2019 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Mon Jan 7 14:53:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c4d4a4 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 gentoo.org> net-libs/gnutls/gnutls-3.6.5.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/net-libs/gnutls/gnutls-3.6.5.ebuild b/net-libs/gnutls/gnutls-3.6.5.ebuild index e78d608e9a5..7227d6e5576 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() {