diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2022-04-27 00:00:44 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-16 05:23:03 +0000 |
commit | e8fd549792770092ca3821aecad76f330e86d00c (patch) | |
tree | 6707280934965d994e389a15fa68aeb3388a70c9 /app-forensics/yara/yara-4.2.0-r1.ebuild | |
parent | app-forensics/yara: fix tests (diff) | |
download | gentoo-e8fd549792770092ca3821aecad76f330e86d00c.tar.gz gentoo-e8fd549792770092ca3821aecad76f330e86d00c.tar.bz2 gentoo-e8fd549792770092ca3821aecad76f330e86d00c.zip |
app-forensics/yara: version bump 4.2.1
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics/yara/yara-4.2.0-r1.ebuild')
-rw-r--r-- | app-forensics/yara/yara-4.2.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-forensics/yara/yara-4.2.0-r1.ebuild b/app-forensics/yara/yara-4.2.0-r1.ebuild index d0e0619bf1e1..43df5bb723e0 100644 --- a/app-forensics/yara/yara-4.2.0-r1.ebuild +++ b/app-forensics/yara/yara-4.2.0-r1.ebuild @@ -26,7 +26,7 @@ DEPEND=" RDEPEND="${DEPEND}" PDEPEND="python? ( =dev-python/yara-python-$(ver_cut 1)* )" -PATCHES=( "${FILESDIR}/${P}-test.patch" ) +PATCHES=( "${FILESDIR}/${PN}-$(ver_cut 1-2)-test.patch" ) src_prepare() { default |