From 77f2662e2d5507fdf1fb487c0a5fcdee834dde66 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Mon, 23 Dec 2024 21:16:18 +0100 Subject: [PATCH] app-crypt/ssss: replace 'type -P' by 'command -v' Closes: https://bugs.gentoo.org/940450 Signed-off-by: Conrad Kostecki --- app-crypt/ssss/{ssss-0.5.7-r2.ebuild => ssss-0.5.7-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename app-crypt/ssss/{ssss-0.5.7-r2.ebuild => ssss-0.5.7-r3.ebuild} (95%) diff --git a/app-crypt/ssss/ssss-0.5.7-r2.ebuild b/app-crypt/ssss/ssss-0.5.7-r3.ebuild similarity index 95% rename from app-crypt/ssss/ssss-0.5.7-r2.ebuild rename to app-crypt/ssss/ssss-0.5.7-r3.ebuild index c9c3277abf1a5..07d5ef24f93bb 100644 --- a/app-crypt/ssss/ssss-0.5.7-r2.ebuild +++ b/app-crypt/ssss/ssss-0.5.7-r3.ebuild @@ -28,7 +28,7 @@ src_prepare() { # Respect users [CL]FLAGS # Don't strip, as portage does this part # Don't use 'which' - sed -e 's/-O2/$(CFLAGS) -lgmp $(LDFLAGS)/g' -e '/strip/d' -e 's/which/type -P/g' -i Makefile || die + sed -e 's/-O2/$(CFLAGS) -lgmp $(LDFLAGS)/g' -e '/strip/d' -e 's/which/command -v/g' -i Makefile || die } src_install() {