commit: fe111c476fe96cd3ae076b94b6f79193ef536ecf Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Fri Sep 12 01:04:19 2025 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Fri Sep 12 01:04:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe111c47
app-crypt/hashcat-utils: update EAPI 7 -> 8 Bug: https://bugs.gentoo.org/667090 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> app-crypt/hashcat-utils/hashcat-utils-1.9.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app-crypt/hashcat-utils/hashcat-utils-1.9.ebuild b/app-crypt/hashcat-utils/hashcat-utils-1.9.ebuild index 271655e9bebc..901fd5a09aa7 100644 --- a/app-crypt/hashcat-utils/hashcat-utils-1.9.ebuild +++ b/app-crypt/hashcat-utils/hashcat-utils-1.9.ebuild @@ -1,18 +1,19 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="a set of small utilities that are useful in advanced password cracking" HOMEPAGE="https://github.com/hashcat/hashcat-utils" SRC_URI="https://github.com/hashcat/hashcat-utils/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${P}/src" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -S="${WORKDIR}/${P}/src" +# File collision https://bugs.gentoo.org/667090 +RDEPEND="!app-text/expander" src_install() { for i in *.bin; do
