diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-09-18 08:42:59 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-09-18 08:42:59 +0000 |
commit | 86e824b23da4434e4268eb707fc4e6b128744e93 (patch) | |
tree | 7f62c886c00fd06026895c7a95988b5991903e49 /app-antivirus | |
parent | Version bump, remove old. (diff) | |
download | gentoo-2-86e824b23da4434e4268eb707fc4e6b128744e93.tar.gz gentoo-2-86e824b23da4434e4268eb707fc4e6b128744e93.tar.bz2 gentoo-2-86e824b23da4434e4268eb707fc4e6b128744e93.zip |
Add missing backslash for configure list.
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 5 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.97.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index 8edc1ecefc99..d695be39effb 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-antivirus/clamav # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.426 2012/09/11 03:29:29 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.427 2012/09/18 08:42:59 radhermit Exp $ + + 18 Sep 2012; Tim Harder <radhermit@gentoo.org> clamav-0.97.5-r1.ebuild: + Add missing backslash for configure list. 11 Sep 2012; Christoph Junghans <ottxor@gentoo.org> clamav-0.97.5-r1.ebuild: added prefix support (bug #430604) diff --git a/app-antivirus/clamav/clamav-0.97.5-r1.ebuild b/app-antivirus/clamav/clamav-0.97.5-r1.ebuild index ef8fe1c7241a..d4833898671d 100644 --- a/app-antivirus/clamav/clamav-0.97.5-r1.ebuild +++ b/app-antivirus/clamav/clamav-0.97.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.5-r1.ebuild,v 1.7 2012/09/11 03:29:29 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.5-r1.ebuild,v 1.8 2012/09/18 08:42:59 radhermit Exp $ EAPI=4 @@ -50,7 +50,7 @@ src_configure() { --enable-id-check \ --with-dbdir="${EPREFIX}"/var/lib/clamav \ --with-system-tommath \ - --with-zlib="${EPREFIX}"/usr + --with-zlib="${EPREFIX}"/usr \ $(use_enable bzip2) \ $(use_enable clamdtop) \ $(use_enable ipv6) \ |