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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3855D158094 for ; Sat, 30 Jul 2022 04:41:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E294E0833; Sat, 30 Jul 2022 04:41:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3739EE07E1 for ; Sat, 30 Jul 2022 04:41:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E46F4340EAF for ; Sat, 30 Jul 2022 04:41:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DF1546A for ; Sat, 30 Jul 2022 04:41:51 +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: <1659156091.263410e74a7d07b6d3be4673728d85a2a68bf70e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autogen/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/autogen/autogen-5.18.16-r1.ebuild X-VCS-Directories: sys-devel/autogen/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 263410e74a7d07b6d3be4673728d85a2a68bf70e X-VCS-Branch: master Date: Sat, 30 Jul 2022 04:41:51 +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: 5558cf0f-1c3d-4512-ba64-8f6b584224ba X-Archives-Hash: 0990f6396ed5c0a80a9fddb1a2225da1 commit: 263410e74a7d07b6d3be4673728d85a2a68bf70e Author: Sam James gentoo org> AuthorDate: Sat Jul 30 04:22:03 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 30 04:41:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=263410e7 sys-devel/autogen: add which BDEPEND I don't want to actually do this but I need it installed for now for something else and leaving it broken isn't good either. We have a bump pending so we should look into it properly then. Signed-off-by: Sam James gentoo.org> sys-devel/autogen/autogen-5.18.16-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-devel/autogen/autogen-5.18.16-r1.ebuild b/sys-devel/autogen/autogen-5.18.16-r1.ebuild index e6ca874bac9c..147472e14b0a 100644 --- a/sys-devel/autogen/autogen-5.18.16-r1.ebuild +++ b/sys-devel/autogen/autogen-5.18.16-r1.ebuild @@ -18,6 +18,8 @@ IUSE="libopts static-libs" RDEPEND=">=dev-scheme/guile-2.0:= dev-libs/libxml2" DEPEND="${RDEPEND}" +# TODO: investigate & drop this! +BDEPEND="sys-apps/which" # We don't pass the flag explicitly, bug #796776. # Let's fix it upstream after next autogen release if it happens.