From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 911BB138359 for ; Sat, 31 Oct 2020 09:23:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEDCAE0824; Sat, 31 Oct 2020 09:23:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B30C2E0824 for ; Sat, 31 Oct 2020 09:23:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC8EF340C74 for ; Sat, 31 Oct 2020 09:23:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 389333F8 for ; Sat, 31 Oct 2020 09:23:54 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1604136030.6fa6fdd3f331d9f7e84163023f80fba5d2590d4a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libmwaw/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libmwaw/libmwaw-9999.ebuild X-VCS-Directories: app-text/libmwaw/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6fa6fdd3f331d9f7e84163023f80fba5d2590d4a X-VCS-Branch: master Date: Sat, 31 Oct 2020 09:23:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: be8956a5-292d-4c7f-bf98-0b0508406247 X-Archives-Hash: 3732149f555f7e3e5745746358ca88f5 commit: 6fa6fdd3f331d9f7e84163023f80fba5d2590d4a Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 30 16:17:13 2020 +0000 Commit: Andreas Sturmlechner gentoo 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 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[@]}"