summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2023-10-10 00:03:59 -0400
committerSam James <sam@gentoo.org>2023-10-10 05:33:51 +0100
commita424a8291ce5ad3bfe3adb46e4ab644a01c43094 (patch)
tree6d930ef032376873375762d57a9a675bcfef6d8e /sys-apps
parentsys-apps/sandbox: Stabilize 2.38 arm, #915508 (diff)
downloadgentoo-a424a8291ce5ad3bfe3adb46e4ab644a01c43094.tar.gz
gentoo-a424a8291ce5ad3bfe3adb46e4ab644a01c43094.tar.bz2
gentoo-a424a8291ce5ad3bfe3adb46e4ab644a01c43094.zip
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 <eschwartz93@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33273 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/keyutils/keyutils-1.6.3.ebuild7
1 files changed, 1 insertions, 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.