summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2013-10-09 11:28:32 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2013-10-09 11:28:32 +0000
commitb61c66c32a552cbf405ddcbc8bc2a78895b27cd6 (patch)
tree3e7fee142d28ff128d534788ee1aeb6ae6ee13e1 /app-antivirus
parentStable for ppc64, wrt bug #386335 (diff)
downloadgentoo-2-b61c66c32a552cbf405ddcbc8bc2a78895b27cd6.tar.gz
gentoo-2-b61c66c32a552cbf405ddcbc8bc2a78895b27cd6.tar.bz2
gentoo-2-b61c66c32a552cbf405ddcbc8bc2a78895b27cd6.zip
Fix typo in -mminimal-toc wrt #487414 by Agostino Sarubbo <ago@gentoo.org>
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/clamav/ChangeLog6
-rw-r--r--app-antivirus/clamav/clamav-0.97.7.ebuild4
-rw-r--r--app-antivirus/clamav/clamav-0.97.8-r2.ebuild4
-rw-r--r--app-antivirus/clamav/clamav-0.97.8.ebuild4
-rw-r--r--app-antivirus/clamav/clamav-0.98.ebuild4
5 files changed, 13 insertions, 9 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog
index eb5be2c9f37e..772de76aebaf 100644
--- a/app-antivirus/clamav/ChangeLog
+++ b/app-antivirus/clamav/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-antivirus/clamav
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.466 2013/10/05 16:13:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.467 2013/10/09 11:28:32 xarthisius Exp $
+
+ 09 Oct 2013; Kacper Kowalik <xarthisius@gentoo.org> clamav-0.97.7.ebuild,
+ clamav-0.97.8-r2.ebuild, clamav-0.97.8.ebuild, clamav-0.98.ebuild:
+ Fix typo in -mminimal-toc wrt #487414 by Agostino Sarubbo <ago@gentoo.org>
05 Oct 2013; Jeroen Roovers <jer@gentoo.org> clamav-0.98.ebuild:
Stable for HPPA (bug #470090).
diff --git a/app-antivirus/clamav/clamav-0.97.7.ebuild b/app-antivirus/clamav/clamav-0.97.7.ebuild
index 8a5491ec080c..c1407e644d96 100644
--- a/app-antivirus/clamav/clamav-0.97.7.ebuild
+++ b/app-antivirus/clamav/clamav-0.97.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.7.ebuild,v 1.10 2013/06/12 21:13:19 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.7.ebuild,v 1.11 2013/10/09 11:28:32 xarthisius Exp $
EAPI=5
@@ -37,7 +37,7 @@ pkg_setup() {
}
src_prepare() {
- use ppc64 && append-flags -mminimal-toic
+ use ppc64 && append-flags -mminimal-toc
use uclibc && export ac_cv_type_error_t=yes
epatch "${FILESDIR}"/${PN}-0.97-nls.patch
}
diff --git a/app-antivirus/clamav/clamav-0.97.8-r2.ebuild b/app-antivirus/clamav/clamav-0.97.8-r2.ebuild
index 8087d03931dc..d1cc71479181 100644
--- a/app-antivirus/clamav/clamav-0.97.8-r2.ebuild
+++ b/app-antivirus/clamav/clamav-0.97.8-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.8-r2.ebuild,v 1.3 2013/09/28 15:13:27 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.8-r2.ebuild,v 1.4 2013/10/09 11:28:32 xarthisius Exp $
EAPI=5
@@ -37,7 +37,7 @@ pkg_setup() {
}
src_prepare() {
- use ppc64 && append-flags -mminimal-toic
+ use ppc64 && append-flags -mminimal-toc
use uclibc && export ac_cv_type_error_t=yes
epatch "${FILESDIR}"/${PN}-0.97-nls.patch
}
diff --git a/app-antivirus/clamav/clamav-0.97.8.ebuild b/app-antivirus/clamav/clamav-0.97.8.ebuild
index 6ff201166df0..0c4350f9b5c9 100644
--- a/app-antivirus/clamav/clamav-0.97.8.ebuild
+++ b/app-antivirus/clamav/clamav-0.97.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.8.ebuild,v 1.2 2013/06/12 21:13:19 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.8.ebuild,v 1.3 2013/10/09 11:28:32 xarthisius Exp $
EAPI=5
@@ -37,7 +37,7 @@ pkg_setup() {
}
src_prepare() {
- use ppc64 && append-flags -mminimal-toic
+ use ppc64 && append-flags -mminimal-toc
use uclibc && export ac_cv_type_error_t=yes
epatch "${FILESDIR}"/${PN}-0.97-nls.patch
}
diff --git a/app-antivirus/clamav/clamav-0.98.ebuild b/app-antivirus/clamav/clamav-0.98.ebuild
index 85822907e37d..023c6607369b 100644
--- a/app-antivirus/clamav/clamav-0.98.ebuild
+++ b/app-antivirus/clamav/clamav-0.98.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.98.ebuild,v 1.4 2013/10/05 16:13:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.98.ebuild,v 1.5 2013/10/09 11:28:32 xarthisius Exp $
EAPI=5
@@ -35,7 +35,7 @@ pkg_setup() {
}
src_prepare() {
- use ppc64 && append-flags -mminimal-toic
+ use ppc64 && append-flags -mminimal-toc
use uclibc && export ac_cv_type_error_t=yes
}