yara: EAPI bump

This commit is contained in:
Yury Martynov 2020-02-12 11:38:29 +03:00
parent 957aa99d48
commit cff5563583
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E

View file

@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
inherit autotools
@ -19,6 +19,6 @@ RDEPEND="${DEPEND}"
PDEPEND="python? ( ~dev-python/yara-python-${PV} )"
src_prepare() {
default
eautoreconf
eapply_user
}