diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 10:57:24 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 10:57:24 +0100 |
commit | bd0eb4260ff6812515b28c905d428e8149009ada (patch) | |
tree | dffdc2ed89485badf59189bb8dbaa2597a6994a0 /app-antivirus | |
parent | app-admin/rsyslog: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-bd0eb4260ff6812515b28c905d428e8149009ada.tar.gz gentoo-bd0eb4260ff6812515b28c905d428e8149009ada.tar.bz2 gentoo-bd0eb4260ff6812515b28c905d428e8149009ada.zip |
app-antivirus/clamav: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/clamav-0.101.2-r1.ebuild | 2 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.101.4.ebuild | 4 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.102.1-r3.ebuild | 2 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.102.2.ebuild | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/app-antivirus/clamav/clamav-0.101.2-r1.ebuild b/app-antivirus/clamav/clamav-0.101.2-r1.ebuild index 18964b817666..bc2d793eef5e 100644 --- a/app-antivirus/clamav/clamav-0.101.2-r1.ebuild +++ b/app-antivirus/clamav/clamav-0.101.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools eutils flag-o-matic user systemd +inherit autotools eutils flag-o-matic ltprune user systemd DESCRIPTION="Clam Anti-Virus Scanner" HOMEPAGE="https://www.clamav.net/" diff --git a/app-antivirus/clamav/clamav-0.101.4.ebuild b/app-antivirus/clamav/clamav-0.101.4.ebuild index 57d0df79beb1..bc2d793eef5e 100644 --- a/app-antivirus/clamav/clamav-0.101.4.ebuild +++ b/app-antivirus/clamav/clamav-0.101.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils flag-o-matic user systemd +inherit autotools eutils flag-o-matic ltprune user systemd DESCRIPTION="Clam Anti-Virus Scanner" HOMEPAGE="https://www.clamav.net/" diff --git a/app-antivirus/clamav/clamav-0.102.1-r3.ebuild b/app-antivirus/clamav/clamav-0.102.1-r3.ebuild index 7341ff9485b9..9b4a4cda437c 100644 --- a/app-antivirus/clamav/clamav-0.102.1-r3.ebuild +++ b/app-antivirus/clamav/clamav-0.102.1-r3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools eutils flag-o-matic systemd +inherit autotools eutils flag-o-matic ltprune systemd DESCRIPTION="Clam Anti-Virus Scanner" HOMEPAGE="https://www.clamav.net/" diff --git a/app-antivirus/clamav/clamav-0.102.2.ebuild b/app-antivirus/clamav/clamav-0.102.2.ebuild index f7adbbeee807..1a823eafef4e 100644 --- a/app-antivirus/clamav/clamav-0.102.2.ebuild +++ b/app-antivirus/clamav/clamav-0.102.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools eutils flag-o-matic systemd +inherit autotools eutils flag-o-matic ltprune systemd DESCRIPTION="Clam Anti-Virus Scanner" HOMEPAGE="https://www.clamav.net/" |