diff --git a/app-crypt/hashcat/hashcat-9999.ebuild b/app-crypt/hashcat/hashcat-9999.ebuild index ada86bdcc..706030220 100644 --- a/app-crypt/hashcat/hashcat-9999.ebuild +++ b/app-crypt/hashcat/hashcat-9999.ebuild @@ -16,8 +16,8 @@ KEYWORDS="~x86 ~amd64" src_prepare() { #quick hack to compile on supported platforms only - use amd64 && sed -e "s|all: binaries|all: posix64|g" -i src/Makefile - use x86 && sed -e "s|all: binaries|all: posix32|g" -i src/Makefile + use amd64 && sed -e "s|all: binaries|all: linux64|g" -i src/Makefile + use x86 && sed -e "s|all: binaries|all: linux32|g" -i src/Makefile #do not strip sed -e "s|-s -fomit-frame-pointer|-fomit-frame-pointer|g" -i src/Makefile }