diff options
author | Rick Farina <zerochaos@gentoo.org> | 2023-08-23 22:12:12 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2023-08-23 22:12:12 -0400 |
commit | 1eab86228911911ec6c4efdd2f79adfb3f24090f (patch) | |
tree | f8ad809c9b1d09b22783c4e99cd1424e1e528cc1 /app-crypt | |
parent | app-crypt/johntheripper-jumbo: update DESCRIPTION (diff) | |
download | gentoo-1eab86228911911ec6c4efdd2f79adfb3f24090f.tar.gz gentoo-1eab86228911911ec6c4efdd2f79adfb3f24090f.tar.bz2 gentoo-1eab86228911911ec6c4efdd2f79adfb3f24090f.zip |
app-crypt/hashcat: restrict test
Closes: https://bugs.gentoo.org/744463
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/hashcat/hashcat-6.2.6.ebuild | 3 | ||||
-rw-r--r-- | app-crypt/hashcat/hashcat-9999.ebuild | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app-crypt/hashcat/hashcat-6.2.6.ebuild b/app-crypt/hashcat/hashcat-6.2.6.ebuild index 42350637c144..d2c503812e53 100644 --- a/app-crypt/hashcat/hashcat-6.2.6.ebuild +++ b/app-crypt/hashcat/hashcat-6.2.6.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=8 @@ -18,6 +18,7 @@ fi LICENSE="MIT" SLOT="0" IUSE="brain video_cards_nvidia" +RESTRICT=test DEPEND="app-arch/lzma app-arch/unrar diff --git a/app-crypt/hashcat/hashcat-9999.ebuild b/app-crypt/hashcat/hashcat-9999.ebuild index add467bdd498..d2c503812e53 100644 --- a/app-crypt/hashcat/hashcat-9999.ebuild +++ b/app-crypt/hashcat/hashcat-9999.ebuild @@ -18,6 +18,7 @@ fi LICENSE="MIT" SLOT="0" IUSE="brain video_cards_nvidia" +RESTRICT=test DEPEND="app-arch/lzma app-arch/unrar |