mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
app-antivirus: qa fixes
This commit is contained in:
parent
def2c1ae05
commit
dab2425008
4 changed files with 8 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
|
|
@ -14,7 +14,6 @@ SLOT="0"
|
|||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE="openmp"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="
|
||||
app-arch/libarchive:*
|
||||
dev-libs/libconfig:*
|
||||
|
|
|
|||
|
|
@ -5,4 +5,7 @@
|
|||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">rieck/malheur</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
|
|
@ -8,4 +8,7 @@
|
|||
<use>
|
||||
<flag name="tools">Install extra tools</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">Veil-Framework/Veil</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ KEYWORDS="~amd64"
|
|||
IUSE="tools"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-python/pycryptodome
|
||||
dev-python/pefile
|
||||
${PYTHON_DEPS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue