summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-10-30 17:17:13 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-10-31 10:20:30 +0100
commit6fa6fdd3f331d9f7e84163023f80fba5d2590d4a (patch)
tree7a8e3a59f354975595ffacb02177cb216239d6d1 /app-text/libmwaw
parentsci-visualization/labplot: 2.8.0 version bump, IUSE="serial,telemetry" (diff)
downloadgentoo-6fa6fdd3f331d9f7e84163023f80fba5d2590d4a.tar.gz
gentoo-6fa6fdd3f331d9f7e84163023f80fba5d2590d4a.tar.bz2
gentoo-6fa6fdd3f331d9f7e84163023f80fba5d2590d4a.zip
app-text/libmwaw: Drop IUSE=static-libs
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/libmwaw')
-rw-r--r--app-text/libmwaw/libmwaw-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/libmwaw/libmwaw-9999.ebuild b/app-text/libmwaw/libmwaw-9999.ebuild
index cc207bd575ba..80be3cf4b65b 100644
--- a/app-text/libmwaw/libmwaw-9999.ebuild
+++ b/app-text/libmwaw/libmwaw-9999.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/"
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="doc static-libs tools"
+IUSE="doc tools"
BDEPEND="
sys-devel/libtool
@@ -38,9 +38,9 @@ src_configure() {
# zip is hard enabled as the zlib is dep on the rdeps anyway
local myeconfargs=(
--enable-zip
+ --disable-static
--disable-werror
$(use_with doc docs)
- $(use_enable static-libs static)
$(use_enable tools)
)
econf "${myeconfargs[@]}"