From 9a413348de73794b8d25ccff1d4b2c6e8629e829 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 1 Jan 2022 21:06:55 +0100 Subject: app-antivirus/clamav: remove uclibc Signed-off-by: David Seifert --- app-antivirus/clamav/clamav-0.103.4.ebuild | 5 ++--- app-antivirus/clamav/clamav-0.104.0-r1.ebuild | 3 +-- app-antivirus/clamav/clamav-0.104.1.ebuild | 3 +-- 3 files changed, 4 insertions(+), 7 deletions(-) (limited to 'app-antivirus') diff --git a/app-antivirus/clamav/clamav-0.103.4.ebuild b/app-antivirus/clamav/clamav-0.103.4.ebuild index 7eb46ed18730..93554122c91a 100644 --- a/app-antivirus/clamav/clamav-0.103.4.ebuild +++ b/app-antivirus/clamav/clamav-0.103.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="bzip2 doc clamonacc clamdtop clamsubmit iconv ipv6 libclamav-only milter metadata-analysis-api selinux systemd test uclibc xml" +IUSE="bzip2 doc clamonacc clamdtop clamsubmit iconv ipv6 libclamav-only milter metadata-analysis-api selinux systemd test xml" REQUIRED_USE="libclamav-only? ( !clamonacc !clamdtop !clamsubmit !milter !metadata-analysis-api )" @@ -70,7 +70,6 @@ src_prepare() { src_configure() { use elibc_musl && append-ldflags -lfts use ppc64 && append-flags -mminimal-toc - use uclibc && export ac_cv_type_error_t=yes # according to configure help it should be # $(use_enable xml) diff --git a/app-antivirus/clamav/clamav-0.104.0-r1.ebuild b/app-antivirus/clamav/clamav-0.104.0-r1.ebuild index e78447e51d55..24e7c4b98426 100644 --- a/app-antivirus/clamav/clamav-0.104.0-r1.ebuild +++ b/app-antivirus/clamav/clamav-0.104.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -70,7 +70,6 @@ pkg_setup() { src_configure() { use elibc_musl && append-ldflags -lfts use ppc64 && append-flags -mminimal-toc - use elibc_uclibc && export ac_cv_type_error_t=yes local mycmakeargs=( -DDATABASE_DIRECTORY="${EPREFIX}"/var/lib/clamav diff --git a/app-antivirus/clamav/clamav-0.104.1.ebuild b/app-antivirus/clamav/clamav-0.104.1.ebuild index b08f676b95a3..f5575a423312 100644 --- a/app-antivirus/clamav/clamav-0.104.1.ebuild +++ b/app-antivirus/clamav/clamav-0.104.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -66,7 +66,6 @@ pkg_setup() { src_configure() { use elibc_musl && append-ldflags -lfts use ppc64 && append-flags -mminimal-toc - use elibc_uclibc && export ac_cv_type_error_t=yes local mycmakeargs=( -DDATABASE_DIRECTORY="${EPREFIX}"/var/lib/clamav -- cgit v1.2.3-65-gdbad