diff options
author | David Seifert <soap@gentoo.org> | 2022-01-01 21:06:55 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-01 21:06:55 +0100 |
commit | 9a413348de73794b8d25ccff1d4b2c6e8629e829 (patch) | |
tree | 52fd2fed8f9dfdcea6102f428dabd04090d91058 | |
parent | sys-devel/remake: drop 4.2.1.1.4-r1 (diff) | |
download | gentoo-9a413348de73794b8d25ccff1d4b2c6e8629e829.tar.gz gentoo-9a413348de73794b8d25ccff1d4b2c6e8629e829.tar.bz2 gentoo-9a413348de73794b8d25ccff1d4b2c6e8629e829.zip |
app-antivirus/clamav: remove uclibc
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | app-antivirus/clamav/clamav-0.103.4.ebuild | 5 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.104.0-r1.ebuild | 3 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.104.1.ebuild | 3 |
3 files changed, 4 insertions, 7 deletions
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 |