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 9220D158089 for ; Tue, 10 Oct 2023 04:34:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD0CD2BC019; Tue, 10 Oct 2023 04:34:19 +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 A5E512BC019 for ; Tue, 10 Oct 2023 04:34:19 +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 EDB8E335C31 for ; Tue, 10 Oct 2023 04:34:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99824E90 for ; Tue, 10 Oct 2023 04:34:17 +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: <1696912431.a424a8291ce5ad3bfe3adb46e4ab644a01c43094.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/keyutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/keyutils/keyutils-1.6.3.ebuild X-VCS-Directories: sys-apps/keyutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a424a8291ce5ad3bfe3adb46e4ab644a01c43094 X-VCS-Branch: master Date: Tue, 10 Oct 2023 04:34:17 +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: a5feac0b-b3d8-46fb-9b39-f2a2f34f340d X-Archives-Hash: 75240b935fa927c67d5531473a3daadb commit: a424a8291ce5ad3bfe3adb46e4ab644a01c43094 Author: Eli Schwartz gmail com> AuthorDate: Tue Oct 10 04:03:59 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 10 04:33:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a424a829 sys-apps/keyutils: drop unused seds QA checks warned that the first sed was not used. Turns out neither is the second sed. This was fixed in upstream version v1.5.9-2-g80d4848 (commit 80d484853742639b9a83c17ee99188e56206eaa4 dated 2014 (so before gentoo.git conversion) and has survived all this time. Signed-off-by: Eli Schwartz gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33273 Signed-off-by: Sam James gentoo.org> sys-apps/keyutils/keyutils-1.6.3.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sys-apps/keyutils/keyutils-1.6.3.ebuild b/sys-apps/keyutils/keyutils-1.6.3.ebuild index 9e79ba6b0e87..05c7d9bde8b6 100644 --- a/sys-apps/keyutils/keyutils-1.6.3.ebuild +++ b/sys-apps/keyutils/keyutils-1.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -61,11 +61,6 @@ src_prepare() { # The lsb check is useless, so avoid spurious command not found messages. sed -i -e 's,lsb_release,:,' tests/prepare.inc.sh || die - # All the test files are bash, but try to execute via `sh`. - sed -i -r \ - -e 's:([[:space:]])sh([[:space:]]):\1bash\2:' \ - tests/{Makefile*,*.sh} || die - find tests/ -name '*.sh' -exec sed -i '1s:/sh$:/bash:' {} + || die # Some tests call the kernel which calls userspace, but that will # run the install keyutils rather than the locally compiled one, # so disable round trip tests.