veil: pkgcheck fixes

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-04-02 22:00:30 -04:00
parent 632d052e2f
commit 59d63e9be6
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Foundation
# Copyright 1999-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -10,6 +10,7 @@ DESCRIPTION="A tool for payloads generation that bypass common anti-virus soluti
HOMEPAGE="https://github.com/Veil-Framework/Veil"
SRC_URI="https://github.com/Veil-Framework/Veil/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/Veil-${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
@ -32,8 +33,6 @@ RDEPEND="dev-python/pycryptodome
# app-emulation/wine
# )
S="${WORKDIR}/Veil-${PV}"
src_prepare() {
eapply "${FILESDIR}"/veil-3-nodeps.patch
eapply_user