diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-10-23 08:24:08 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-10-23 08:24:08 +0000 |
commit | 9f2b556ded6ad441a08978d86045cd0962370ea2 (patch) | |
tree | 4001e548284a3ec3006aff9f2a776e98347ac4d6 /app-antivirus/clamav | |
parent | Add latest version. (diff) | |
download | gentoo-2-9f2b556ded6ad441a08978d86045cd0962370ea2.tar.gz gentoo-2-9f2b556ded6ad441a08978d86045cd0962370ea2.tar.bz2 gentoo-2-9f2b556ded6ad441a08978d86045cd0962370ea2.zip |
Apply TOC workaround for ppc64, ppc/ppc64 stable wrt #387521
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Diffstat (limited to 'app-antivirus/clamav')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 5 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.97.3.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index 6e3f38b52b5f..fda210cca5d6 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.406 2011/10/22 11:55:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.407 2011/10/23 08:24:08 xarthisius Exp $ + + 23 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> clamav-0.97.3.ebuild: + Apply TOC workaround for ppc64, ppc/ppc64 stable wrt #387521 22 Oct 2011; Raúl Porcel <armin76@gentoo.org> clamav-0.97.3.ebuild: alpha/ia64/sparc stable wrt #387521 diff --git a/app-antivirus/clamav/clamav-0.97.3.ebuild b/app-antivirus/clamav/clamav-0.97.3.ebuild index 94560c4a32f1..9aeacba8a9ae 100644 --- a/app-antivirus/clamav/clamav-0.97.3.ebuild +++ b/app-antivirus/clamav/clamav-0.97.3.ebuild @@ -1,10 +1,10 @@ # 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.5 2011/10/22 11:55:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.3.ebuild,v 1.6 2011/10/23 08:24:08 xarthisius Exp $ EAPI=4 -inherit eutils autotools-utils +inherit eutils autotools-utils flag-o-matic DESCRIPTION="Clam Anti-Virus Scanner" HOMEPAGE="http://www.clamav.net/" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="bzip2 clamdtop iconv ipv6 milter selinux static-libs" CDEPEND="bzip2? ( app-arch/bzip2 ) @@ -38,6 +38,7 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}"/${PN}-0.97-nls.patch + use ppc64 && append-flags -mminimal-toc } src_configure() { |