commit:     6fa6fdd3f331d9f7e84163023f80fba5d2590d4a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 30 16:17:13 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 09:20:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa6fdd3

app-text/libmwaw: Drop IUSE=static-libs

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/libmwaw/libmwaw-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/libmwaw/libmwaw-9999.ebuild 
b/app-text/libmwaw/libmwaw-9999.ebuild
index cc207bd575b..80be3cf4b65 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[@]}"

Reply via email to