mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-crypt/hashcat-utils: update EAPI 7 -> 8
Bug: https://bugs.gentoo.org/667090 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user