summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flx/init-clamav/init-clamav-0.92.1.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/flx/init-clamav/init-clamav-0.92.1.ebuild b/flx/init-clamav/init-clamav-0.92.1.ebuild
index d47398f3..1da3bdb9 100644
--- a/flx/init-clamav/init-clamav-0.92.1.ebuild
+++ b/flx/init-clamav/init-clamav-0.92.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit flx-init-scripts
EGIT_BRANCH="0-flx0"
@@ -12,8 +12,6 @@ RDEPEND=">=app-antivirus/clamav-${PV}"
SVCNAME="clamd"
-src_prepare() {
- default
-
- eapply "${FILESDIR}/${PV}-Use-standard-PATH.patch"
-}
+PATCHES=(
+ "${FILESDIR}/${PV}-Use-standard-PATH.patch"
+)