veil: minor qa

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-01-24 17:05:20 -05:00
parent f194e79097
commit f290cc2dab
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 7 additions and 5 deletions

View file

@ -1,5 +1,5 @@
--- lib/common/helpers.py.orig 2018-05-18 07:27:36.000000000 +0800
+++ lib/common/helpers.py 2018-11-14 14:45:07.022153526 +0800
--- a/lib/common/helpers.py 2018-05-18 07:27:36.000000000 +0800
+++ b/lib/common/helpers.py 2018-11-14 14:45:07.022153526 +0800
@@ -23,31 +23,10 @@
print( "\n [!] ERROR #2-3: Can't find Go (%s). Run: %s --force --silent\n" % ( settings.GOLANG_PATH, os.path.abspath( "./config/setup.sh" ) ) )
sys.exit()

View file

@ -1,10 +1,10 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2023 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{10..11} )
inherit eutils python-single-r1
inherit python-single-r1
DESCRIPTION="A tool for payloads generation that bypass common anti-virus solutions"
HOMEPAGE="https://github.com/Veil-Framework/Veil"
@ -14,10 +14,12 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="tools"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND=""
RDEPEND="dev-python/pycryptodome
dev-python/pefile
${PYTHON_DEPS}
tools? ( dev-lang/go )
"
@ -34,7 +36,7 @@ RDEPEND="dev-python/pycryptodome
S="${WORKDIR}/Veil-${PV}"
src_prepare() {
epatch "${FILESDIR}"/veil-3-nodeps.patch
eapply "${FILESDIR}"/veil-3-nodeps.patch
eapply_user
}