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 307FE13835A for ; Sun, 11 Apr 2021 15:03:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 647E9E082B; Sun, 11 Apr 2021 15:03:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 501EAE082B for ; Sun, 11 Apr 2021 15:03:26 +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 67EAB340BBD for ; Sun, 11 Apr 2021 15:03:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFB924D2 for ; Sun, 11 Apr 2021 15:03:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618153363.22364af7ede284d4b4a1ba69bb5cde2113717734.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnet/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gnet/gnet-2.0.8-r2.ebuild net-libs/gnet/gnet-2.0.8-r3.ebuild X-VCS-Directories: net-libs/gnet/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 22364af7ede284d4b4a1ba69bb5cde2113717734 X-VCS-Branch: master Date: Sun, 11 Apr 2021 15:03:23 +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: 2c054388-bbfc-4bbe-8803-55e437dc76f2 X-Archives-Hash: 0bfdebabc829a55e0b85680e3a76ae3b commit: 22364af7ede284d4b4a1ba69bb5cde2113717734 Author: Sam James gentoo org> AuthorDate: Sun Apr 11 14:48:34 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 11 15:02:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22364af7 net-libs/gnet: tell autoreconf where to find custom GNET macros Closes: https://bugs.gentoo.org/672170 Signed-off-by: Sam James gentoo.org> net-libs/gnet/{gnet-2.0.8-r2.ebuild => gnet-2.0.8-r3.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-libs/gnet/gnet-2.0.8-r2.ebuild b/net-libs/gnet/gnet-2.0.8-r3.ebuild similarity index 95% rename from net-libs/gnet/gnet-2.0.8-r2.ebuild rename to net-libs/gnet/gnet-2.0.8-r3.ebuild index 4ed80b5b4ed..50b35851b33 100644 --- a/net-libs/gnet/gnet-2.0.8-r2.ebuild +++ b/net-libs/gnet/gnet-2.0.8-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -55,7 +55,8 @@ src_prepare() { -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g' \ configure.ac || die - eautoreconf + # bug #672170 + AT_M4DIR="macros" eautoreconf gnome2_src_prepare }