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 409EC158041 for ; Sat, 16 Mar 2024 09:27:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64BE5E29F9; Sat, 16 Mar 2024 09:27:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47EB6E29F9 for ; Sat, 16 Mar 2024 09:27:29 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9028833BF29 for ; Sat, 16 Mar 2024 09:27:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D9F314A8 for ; Sat, 16 Mar 2024 09:27:27 +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: <1710581215.a163e7509ebca36bd5b3b237d5a685111b8f1424.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/autoproject/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/autoproject/autoproject-0.20_p15.ebuild X-VCS-Directories: dev-util/autoproject/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a163e7509ebca36bd5b3b237d5a685111b8f1424 X-VCS-Branch: master Date: Sat, 16 Mar 2024 09:27:27 +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: f1f4b216-150b-4260-b8c7-f10fb0d8cff2 X-Archives-Hash: 5f9cad41142523801f53ca875d21d59c commit: a163e7509ebca36bd5b3b237d5a685111b8f1424 Author: Sam James gentoo org> AuthorDate: Sat Mar 16 05:54:28 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 16 09:26:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a163e750 dev-util/autoproject: add another test dep Closes: https://bugs.gentoo.org/927051 Signed-off-by: Sam James gentoo.org> dev-util/autoproject/autoproject-0.20_p15.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/autoproject/autoproject-0.20_p15.ebuild b/dev-util/autoproject/autoproject-0.20_p15.ebuild index 1b3fed7d0827..1055a779bd7a 100644 --- a/dev-util/autoproject/autoproject-0.20_p15.ebuild +++ b/dev-util/autoproject/autoproject-0.20_p15.ebuild @@ -31,6 +31,7 @@ BDEPEND=" test? ( sys-apps/texinfo sys-devel/autogen + virtual/texi2dvi ) "