Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libmwaw/
Date: Sat, 31 Oct 2020 09:23:57
Message-Id: 1604136030.6fa6fdd3f331d9f7e84163023f80fba5d2590d4a.asturm@gentoo
1 commit: 6fa6fdd3f331d9f7e84163023f80fba5d2590d4a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 30 16:17:13 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 09:20:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa6fdd3
7
8 app-text/libmwaw: Drop IUSE=static-libs
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-text/libmwaw/libmwaw-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/libmwaw/libmwaw-9999.ebuild b/app-text/libmwaw/libmwaw-9999.ebuild
17 index cc207bd575b..80be3cf4b65 100644
18 --- a/app-text/libmwaw/libmwaw-9999.ebuild
19 +++ b/app-text/libmwaw/libmwaw-9999.ebuild
20 @@ -16,7 +16,7 @@ HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/"
21
22 LICENSE="LGPL-2.1"
23 SLOT="0"
24 -IUSE="doc static-libs tools"
25 +IUSE="doc tools"
26
27 BDEPEND="
28 sys-devel/libtool
29 @@ -38,9 +38,9 @@ src_configure() {
30 # zip is hard enabled as the zlib is dep on the rdeps anyway
31 local myeconfargs=(
32 --enable-zip
33 + --disable-static
34 --disable-werror
35 $(use_with doc docs)
36 - $(use_enable static-libs static)
37 $(use_enable tools)
38 )
39 econf "${myeconfargs[@]}"