diff options
author | David Seifert <soap@gentoo.org> | 2019-08-18 13:58:39 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-18 14:36:23 +0200 |
commit | 188e5d936f2d54757b47893168c1357ed67579b1 (patch) | |
tree | 078cb2b49df20dbe82fdae7b00165d9073e5343d /app-antivirus/clamav | |
parent | dev-db/mysql-connector-c: Using SSL is mandatory (diff) | |
download | gentoo-188e5d936f2d54757b47893168c1357ed67579b1.tar.gz gentoo-188e5d936f2d54757b47893168c1357ed67579b1.tar.bz2 gentoo-188e5d936f2d54757b47893168c1357ed67579b1.zip |
app-antivirus/clamav: [QA] Fix trailing whitespace
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-antivirus/clamav')
-rw-r--r-- | app-antivirus/clamav/clamav-0.101.2-r1.ebuild | 2 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.101.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-antivirus/clamav/clamav-0.101.2-r1.ebuild b/app-antivirus/clamav/clamav-0.101.2-r1.ebuild index 372a1c6336b2..8f560189a48a 100644 --- a/app-antivirus/clamav/clamav-0.101.2-r1.ebuild +++ b/app-antivirus/clamav/clamav-0.101.2-r1.ebuild @@ -64,7 +64,7 @@ src_configure() { # $(use_enable xml) # but that does not work # do not add this, since --disable-xml seems to override - # --without-xml + # --without-xml econf \ $(use_enable bzip2) \ diff --git a/app-antivirus/clamav/clamav-0.101.3.ebuild b/app-antivirus/clamav/clamav-0.101.3.ebuild index 8dd5ddef6212..2cfbb3d74498 100644 --- a/app-antivirus/clamav/clamav-0.101.3.ebuild +++ b/app-antivirus/clamav/clamav-0.101.3.ebuild @@ -64,7 +64,7 @@ src_configure() { # $(use_enable xml) # but that does not work # do not add this, since --disable-xml seems to override - # --without-xml + # --without-xml econf \ $(use_enable bzip2) \ |