mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-30 10:41:01 +02:00
veil: minor qa
This commit is contained in:
parent
f194e79097
commit
f290cc2dab
2 changed files with 7 additions and 5 deletions
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue