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 1BD75139368 for ; Thu, 5 Aug 2021 01:56:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 427BAE0975; Thu, 5 Aug 2021 01:56:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 24232E0975 for ; Thu, 5 Aug 2021 01:56:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 460FE342CD9 for ; Thu, 5 Aug 2021 01:56:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D42C483B for ; Thu, 5 Aug 2021 01:56:44 +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: <1628128580.4cf37d597b5969603d48e92d5608bc5cc4cf427c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/ngircd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/ngircd/ngircd-26.1-r1.ebuild net-irc/ngircd/ngircd-26.1-r2.ebuild X-VCS-Directories: net-irc/ngircd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4cf37d597b5969603d48e92d5608bc5cc4cf427c X-VCS-Branch: master Date: Thu, 5 Aug 2021 01:56:44 +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: 68699fe8-293c-49d2-8a21-8b352b02e684 X-Archives-Hash: 87aa5118bbac385fb923c4d18c12db77 commit: 4cf37d597b5969603d48e92d5608bc5cc4cf427c Author: Sam James gentoo org> AuthorDate: Thu Aug 5 01:55:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 5 01:56:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf37d59 net-irc/ngircd: drop obsolete automake dependency We're not actually using it right now anyway and we should work with upstream to avoid the requirement for such an old version of automake somehow (by possibly porting away from the removed macro). (Revbump to allow folks to depclean the now-obsolete BDEPEND, especially given it's about to be masked.) See: https://github.com/ngircd/ngircd/issues/261 Signed-off-by: Sam James gentoo.org> net-irc/ngircd/{ngircd-26.1-r1.ebuild => ngircd-26.1-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/ngircd/ngircd-26.1-r1.ebuild b/net-irc/ngircd/ngircd-26.1-r2.ebuild similarity index 98% rename from net-irc/ngircd/ngircd-26.1-r1.ebuild rename to net-irc/ngircd/ngircd-26.1-r2.ebuild index 4722361c354..e11674b6da7 100644 --- a/net-irc/ngircd/ngircd-26.1-r1.ebuild +++ b/net-irc/ngircd/ngircd-26.1-r2.ebuild @@ -36,7 +36,6 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/automake:1.11 test? ( dev-tcltk/expect net-misc/netkit-telnetd @@ -56,6 +55,7 @@ src_prepare() { # Note that if we need to use automake, we need a certain version (for now): # https://github.com/ngircd/ngircd/issues/261 + # WANT_AUTOMAKE=1.11 # eautomake }