commit: 77f2662e2d5507fdf1fb487c0a5fcdee834dde66 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Mon Dec 23 20:16:18 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Mon Dec 23 20:16:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f2662e
app-crypt/ssss: replace 'type -P' by 'command -v' Closes: https://bugs.gentoo.org/940450 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-crypt/ssss/{ssss-0.5.7-r2.ebuild => ssss-0.5.7-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c9c3277abf1a..07d5ef24f93b 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() {
