From 6e01f8ab1f0175e5b9f78a2e4634956eafa6a968 Mon Sep 17 00:00:00 2001 From: Yury Martynov Date: Thu, 21 Nov 2019 22:39:19 +0300 Subject: [PATCH] getsploit: x86 -> ~x86, fix dependency.bad --- app-exploits/getsploit/getsploit-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-exploits/getsploit/getsploit-9999.ebuild b/app-exploits/getsploit/getsploit-9999.ebuild index ff4010d3e..9b5380231 100644 --- a/app-exploits/getsploit/getsploit-9999.ebuild +++ b/app-exploits/getsploit/getsploit-9999.ebuild @@ -19,7 +19,7 @@ else HASH_COMMIT="5993293fc22d98d8e9a7a2bd205fcd9824e332f1" SRC_URI="https://github.com/vulnersCom/getsploit/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~x86" S="${WORKDIR}/${PN}-${HASH_COMMIT}" fi