summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-02 18:48:51 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-02 18:48:51 +0100
commitf170acdf10b74fe7cfd6e7040e25a16b5ba25d37 (patch)
tree6cab64963f39cfe3276b516a86047b29f4027b36 /dev-libs/xerces-c
parentdev-libs/libelf: remove freebsd-libc (diff)
downloadgentoo-f170acdf10b74fe7cfd6e7040e25a16b5ba25d37.tar.gz
gentoo-f170acdf10b74fe7cfd6e7040e25a16b5ba25d37.tar.bz2
gentoo-f170acdf10b74fe7cfd6e7040e25a16b5ba25d37.zip
dev-libs/xerces-c: remove freebsd-libc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/xerces-c')
-rw-r--r--dev-libs/xerces-c/xerces-c-3.2.3-r2.ebuild6
-rw-r--r--dev-libs/xerces-c/xerces-c-9999.ebuild6
2 files changed, 4 insertions, 8 deletions
diff --git a/dev-libs/xerces-c/xerces-c-3.2.3-r2.ebuild b/dev-libs/xerces-c/xerces-c-3.2.3-r2.ebuild
index 0980ff14986b..12e5092bd051 100644
--- a/dev-libs/xerces-c/xerces-c-3.2.3-r2.ebuild
+++ b/dev-libs/xerces-c/xerces-c-3.2.3-r2.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
@@ -18,7 +18,7 @@ fi
LICENSE="Apache-2.0"
SLOT="0"
-IUSE="cpu_flags_x86_sse2 curl doc elibc_Darwin elibc_FreeBSD examples iconv icu static-libs test threads"
+IUSE="cpu_flags_x86_sse2 curl doc elibc_Darwin examples iconv icu static-libs test threads"
RESTRICT="!test? ( test )"
@@ -70,8 +70,6 @@ src_configure() {
transcoder="icu"
elif use elibc_Darwin; then
transcoder="macosunicodeconverter"
- elif use elibc_FreeBSD; then
- transcoder="iconv"
else
transcoder="gnuiconv"
fi
diff --git a/dev-libs/xerces-c/xerces-c-9999.ebuild b/dev-libs/xerces-c/xerces-c-9999.ebuild
index 995f942a4379..99fc6f8cc6ce 100644
--- a/dev-libs/xerces-c/xerces-c-9999.ebuild
+++ b/dev-libs/xerces-c/xerces-c-9999.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
@@ -18,7 +18,7 @@ fi
LICENSE="Apache-2.0"
SLOT="0"
-IUSE="cpu_flags_x86_sse2 curl doc elibc_Darwin elibc_FreeBSD examples iconv icu static-libs test threads"
+IUSE="cpu_flags_x86_sse2 curl doc elibc_Darwin examples iconv icu static-libs test threads"
RESTRICT="!test? ( test )"
@@ -68,8 +68,6 @@ src_configure() {
transcoder="icu"
elif use elibc_Darwin; then
transcoder="macosunicodeconverter"
- elif use elibc_FreeBSD; then
- transcoder="iconv"
else
transcoder="gnuiconv"
fi