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 (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BAEE158042 for ; Fri, 25 Oct 2024 22:31:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BB6AE09AD; Fri, 25 Oct 2024 22:31:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 763C5E09AD for ; Fri, 25 Oct 2024 22:31:20 +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 B21B4342FE0 for ; Fri, 25 Oct 2024 22:31:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1489DAE7 for ; Fri, 25 Oct 2024 22:31:18 +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: <1729895442.0d69a2bd685c965d633d303e8cf7ee0fd6326e95.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/bind/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/bind/bind-9.18.29-r2.ebuild net-dns/bind/bind-9.18.31.ebuild X-VCS-Directories: net-dns/bind/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0d69a2bd685c965d633d303e8cf7ee0fd6326e95 X-VCS-Branch: master Date: Fri, 25 Oct 2024 22:31:18 +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: ea2c22a4-4cfd-447c-94bc-a0f44453d555 X-Archives-Hash: 91c2f75d667f5cf5183a0852a9e0d7dd commit: 0d69a2bd685c965d633d303e8cf7ee0fd6326e95 Author: Sam James gentoo org> AuthorDate: Fri Oct 25 22:30:42 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 25 22:30:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d69a2bd net-dns/bind: fix typo in path to test-suite.log Signed-off-by: Sam James gentoo.org> net-dns/bind/bind-9.18.29-r2.ebuild | 2 +- net-dns/bind/bind-9.18.31.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/bind/bind-9.18.29-r2.ebuild b/net-dns/bind/bind-9.18.29-r2.ebuild index 9836f987042d..e242b6cde6eb 100644 --- a/net-dns/bind/bind-9.18.29-r2.ebuild +++ b/net-dns/bind/bind-9.18.29-r2.ebuild @@ -101,7 +101,7 @@ src_test() { # libtest is an internal test helper library, it has no tests, # so suppress the QA warning. - rm libtest/test-suite.log || die + rm tests/libtest/test-suite.log || die } src_install() { diff --git a/net-dns/bind/bind-9.18.31.ebuild b/net-dns/bind/bind-9.18.31.ebuild index db109c392f84..b632aae9726a 100644 --- a/net-dns/bind/bind-9.18.31.ebuild +++ b/net-dns/bind/bind-9.18.31.ebuild @@ -101,7 +101,7 @@ src_test() { # libtest is an internal test helper library, it has no tests, # so suppress the QA warning. - rm libtest/test-suite.log || die + rm tests/libtest/test-suite.log || die } src_install() {