blob: 1da3bdb94ae75092d214decd12c7b88460215860 (
plain) (
tree)
|
|
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit flx-init-scripts
EGIT_BRANCH="0-flx0"
EGIT_COMMIT="v0.92.1-flx0.1"
KEYWORDS="amd64 x86"
RDEPEND=">=app-antivirus/clamav-${PV}"
SVCNAME="clamd"
PATCHES=(
"${FILESDIR}/${PV}-Use-standard-PATH.patch"
)
|