app-forensics/yaramod: cmake-utils -> cmake

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Yury Martynov <email@linxon.ru>
This commit is contained in:
Yury Martynov 2020-07-19 19:36:33 +03:00
parent 7fc5d6c084
commit 5ddad67f45
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E

View file

@ -3,9 +3,9 @@
EAPI=7
inherit cmake-utils
inherit cmake
DESCRIPTION="Parsing of YARA rules into AST and building new rulesets in C++."
DESCRIPTION="Parsing of YARA rules into AST and building new rulesets in C++"
HOMEPAGE="https://github.com/avast/yaramod"
SRC_URI="https://github.com/avast/yaramod/archive/v${PV}.tar.gz -> ${P}.tar.gz"