diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-11-27 03:37:41 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-11-27 03:37:41 +0000 |
commit | 19f7a1eb66022c5771daa17fde4e344d8ee8221d (patch) | |
tree | b079755f3c545a8836ba0128ccca1898e8f137cd /app-antivirus | |
parent | Build in the source tree. (diff) | |
download | gentoo-2-19f7a1eb66022c5771daa17fde4e344d8ee8221d.tar.gz gentoo-2-19f7a1eb66022c5771daa17fde4e344d8ee8221d.tar.bz2 gentoo-2-19f7a1eb66022c5771daa17fde4e344d8ee8221d.zip |
Build in the source tree.
(Portage version: 2.2.0_alpha77/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.3.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index 980d0eeb4fdd..f4937dad5017 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-antivirus/clamav # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.408 2011/10/23 20:00:36 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.409 2011/11/27 03:37:41 radhermit Exp $ + + 27 Nov 2011; Tim Harder <radhermit@gentoo.org> clamav-0.97.3.ebuild: + Build in the source tree. 23 Oct 2011; Tim Harder <radhermit@gentoo.org> -clamav-0.97.2.ebuild: Remove old. diff --git a/app-antivirus/clamav/clamav-0.97.3.ebuild b/app-antivirus/clamav/clamav-0.97.3.ebuild index 9aeacba8a9ae..a19914b65b5a 100644 --- a/app-antivirus/clamav/clamav-0.97.3.ebuild +++ b/app-antivirus/clamav/clamav-0.97.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.3.ebuild,v 1.6 2011/10/23 08:24:08 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.3.ebuild,v 1.7 2011/11/27 03:37:41 radhermit Exp $ EAPI=4 @@ -31,6 +31,8 @@ RESTRICT="test" DOCS=( AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README UPGRADE ) +AUTOTOOLS_IN_SOURCE_BUILD=1 + pkg_setup() { enewgroup clamav enewuser clamav -1 -1 /dev/null clamav |