diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-10-12 16:23:46 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-10-12 16:23:46 +0000 |
commit | 061fd879fc55268484a9863b4f56f0ef351f7fb3 (patch) | |
tree | bcc09179ae14258803f3dd640b9ce5062b38a728 /app-antivirus/clamav | |
parent | QA fixes; unquoted variables (diff) | |
download | gentoo-2-061fd879fc55268484a9863b4f56f0ef351f7fb3.tar.gz gentoo-2-061fd879fc55268484a9863b4f56f0ef351f7fb3.tar.bz2 gentoo-2-061fd879fc55268484a9863b4f56f0ef351f7fb3.zip |
QA fixes; remove autotools inherit since none of its functions are used
(Portage version: 2.2_rc45/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.95.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index 8b46c5f8ba37..4951774b691e 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-antivirus/clamav # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.339 2009/06/27 14:15:58 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.340 2009/10/12 16:23:46 halcy0n Exp $ + + 12 Oct 2009; Mark Loeser <halcy0n@gentoo.org> clamav-0.95.1.ebuild: + QA fixes; remove autotools inherit since none of its functions are used 27 Jun 2009; Brent Baude <ranger@gentoo.org> clamav-0.95.2.ebuild: Marking clamav-0.95.2 ppc64 and ppc for bug 274510 diff --git a/app-antivirus/clamav/clamav-0.95.1.ebuild b/app-antivirus/clamav/clamav-0.95.1.ebuild index af2cb524e6d4..807a14f48a3f 100644 --- a/app-antivirus/clamav/clamav-0.95.1.ebuild +++ b/app-antivirus/clamav/clamav-0.95.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.95.1.ebuild,v 1.11 2009/05/23 10:25:21 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.95.1.ebuild,v 1.12 2009/10/12 16:23:46 halcy0n Exp $ -inherit autotools eutils flag-o-matic fixheadtails multilib versionator +inherit eutils flag-o-matic fixheadtails multilib versionator # for when rc1 is appended to release candidates: MY_PV=$(replace_version_separator 3 ''); |