summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-03 10:02:54 +0000
committerSam James <sam@gentoo.org>2024-01-03 10:06:38 +0000
commitb25bdbd1e6cde98098706137af52fcc2e1352f80 (patch)
tree045442dc26c7eec6a4950001cbae0289a560adc1
parentnet-proxy/haproxy-dataplaneapi: drop 2.5.1, 2.7.5 (diff)
downloadgentoo-b25bdbd1e6cde98098706137af52fcc2e1352f80.tar.gz
gentoo-b25bdbd1e6cde98098706137af52fcc2e1352f80.tar.bz2
gentoo-b25bdbd1e6cde98098706137af52fcc2e1352f80.zip
dev-libs/freexl: always build XML support
dev-db/spatialite needs XML support and the XML support changes ABI in freexl. Bug: https://bugs.gentoo.org/920326 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-libs/freexl/freexl-2.0.0-r1.ebuild (renamed from dev-libs/freexl/freexl-2.0.0.ebuild)11
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-libs/freexl/freexl-2.0.0.ebuild b/dev-libs/freexl/freexl-2.0.0-r1.ebuild
index dbadc4d5153a..88eb45d06bc1 100644
--- a/dev-libs/freexl/freexl-2.0.0.ebuild
+++ b/dev-libs/freexl/freexl-2.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,19 +10,16 @@ SRC_URI="https://www.gaia-gis.it/gaia-sins/${PN}-sources/${P}.tar.gz"
LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="xml"
DEPEND="
+ dev-libs/expat
+ sys-libs/zlib[minizip]
virtual/libiconv
- xml? (
- dev-libs/expat
- sys-libs/zlib[minizip]
- )
"
RDEPEND="${DEPEND}"
src_configure() {
- econf $(use_enable xml xmldocs)
+ econf --enable-xmldocs
}
src_install() {