commit: 1eab86228911911ec6c4efdd2f79adfb3f24090f Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Thu Aug 24 02:12:12 2023 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Thu Aug 24 02:12:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eab8622
app-crypt/hashcat: restrict test Closes: https://bugs.gentoo.org/744463 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> app-crypt/hashcat/hashcat-6.2.6.ebuild | 3 ++- app-crypt/hashcat/hashcat-9999.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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
