diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-16 11:47:47 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-16 11:47:47 +0000 |
commit | 8c772fd1d6b17931c17384471e39609881cd03c3 (patch) | |
tree | fba4b6534563df162389aec8c8715856430e4b1d /app-antivirus | |
parent | Migrate off virtual/antivirus. Per bug #358817. (diff) | |
download | gentoo-2-8c772fd1d6b17931c17384471e39609881cd03c3.tar.gz gentoo-2-8c772fd1d6b17931c17384471e39609881cd03c3.tar.bz2 gentoo-2-8c772fd1d6b17931c17384471e39609881cd03c3.zip |
Drop virtual definition per bug #358817. Drop glibc check as minimal user can have is 2.6.
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 6 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.97.ebuild | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index ec0b0787fdac..348eff5e3985 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,10 @@ # 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.385 2011/03/07 09:08:58 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.386 2011/03/16 11:47:47 scarabeus Exp $ + + 16 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> clamav-0.97.ebuild: + Drop virtual definition per bug #358817. Drop glibc check as minimal user can + have is 2.6. 07 Mar 2011; Tim Harder <radhermit@gentoo.org> -files/clamav-0.95.1-nls.patch, -files/clamav-0.95-nls.patch, diff --git a/app-antivirus/clamav/clamav-0.97.ebuild b/app-antivirus/clamav/clamav-0.97.ebuild index dfad3fbb43e9..c745788779a1 100644 --- a/app-antivirus/clamav/clamav-0.97.ebuild +++ b/app-antivirus/clamav/clamav-0.97.ebuild @@ -1,8 +1,8 @@ # 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.ebuild,v 1.9 2011/03/06 17:56:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.ebuild,v 1.10 2011/03/16 11:47:47 scarabeus Exp $ -EAPI=2 +EAPI=3 inherit eutils flag-o-matic @@ -25,7 +25,6 @@ DEPEND="${CDEPEND} RDEPEND="${CDEPEND} selinux? ( sec-policy/selinux-clamav )" -PROVIDE="virtual/antivirus" RESTRICT="test" pkg_setup() { @@ -38,8 +37,6 @@ src_prepare() { } src_configure() { - has_version =sys-libs/glibc-2.2* && filter-lfs-flags - econf \ --disable-experimental \ --enable-id-check \ |