mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
yara-python: fix regression, https://github.com/pentoo/pentoo-overlay/issues/397
This commit is contained in:
parent
0b65521dbc
commit
a3cdf3a381
1 changed files with 6 additions and 6 deletions
|
|
@ -17,11 +17,11 @@ KEYWORDS="~amd64 ~arm ~x86"
|
|||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
~app-forensics/yara-${PV}"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
#use system yara
|
||||
#src_prepare() {
|
||||
# cp -r "${WORKDIR}/yara-${PV}/"* "${S}/yara/"
|
||||
# default
|
||||
#}
|
||||
#need to use local yara, see
|
||||
#https://github.com/pentoo/pentoo-overlay/issues/397
|
||||
src_prepare() {
|
||||
cp -r "${WORKDIR}/yara-${PV}/"* "${S}/yara/"
|
||||
default
|
||||
}
|
||||
Loading…
Reference in a new issue