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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8E8B515817D for ; Fri, 7 Jun 2024 14:21:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5F63E2A0C; Fri, 7 Jun 2024 14:21:26 +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 A0625E2A0D for ; Fri, 7 Jun 2024 14:21:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 94EB334072E for ; Fri, 7 Jun 2024 14:21:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC4651C03 for ; Fri, 7 Jun 2024 14:21: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: <1717770042.695e465aa045a706e840ece230bee486a4b0ca15.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-build/automake/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-build/automake/automake-1.16.90.ebuild dev-build/automake/automake-9999.ebuild X-VCS-Directories: dev-build/automake/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 695e465aa045a706e840ece230bee486a4b0ca15 X-VCS-Branch: master Date: Fri, 7 Jun 2024 14:21: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: 787f4e72-de05-40bc-8d97-8fbf1d510b2e X-Archives-Hash: c578555f122546fce297e9127e0821bc commit: 695e465aa045a706e840ece230bee486a4b0ca15 Author: Sam James gentoo org> AuthorDate: Fri Jun 7 13:41:05 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 7 14:20:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=695e465a dev-build/automake: fix test deps for 1.16.90+ Fixes: c4e79ef6658665c3aeafd2d6516aaa51b8718064 Signed-off-by: Sam James gentoo.org> dev-build/automake/automake-1.16.90.ebuild | 2 ++ dev-build/automake/automake-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dev-build/automake/automake-1.16.90.ebuild b/dev-build/automake/automake-1.16.90.ebuild index 99d1c3dc731d..ac793c1acd3d 100644 --- a/dev-build/automake/automake-1.16.90.ebuild +++ b/dev-build/automake/automake-1.16.90.ebuild @@ -62,6 +62,8 @@ BDEPEND=" test? ( ${PYTHON_DEPS} dev-util/dejagnu + sys-devel/bison + sys-devel/flex ) verify-sig? ( sec-keys/openpgp-keys-jimmeyering ) " diff --git a/dev-build/automake/automake-9999.ebuild b/dev-build/automake/automake-9999.ebuild index 99d1c3dc731d..ac793c1acd3d 100644 --- a/dev-build/automake/automake-9999.ebuild +++ b/dev-build/automake/automake-9999.ebuild @@ -62,6 +62,8 @@ BDEPEND=" test? ( ${PYTHON_DEPS} dev-util/dejagnu + sys-devel/bison + sys-devel/flex ) verify-sig? ( sec-keys/openpgp-keys-jimmeyering ) "