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 51B961580B1 for ; Tue, 31 Aug 2021 20:03:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8410CE0A5C; Tue, 31 Aug 2021 20:03:21 +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 24922E0A04 for ; Tue, 31 Aug 2021 20:03:21 +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 1533B34085A for ; Tue, 31 Aug 2021 20:03:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AECD7A for ; Tue, 31 Aug 2021 20:03:18 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1630440183.75bc621e2213e152f0d6cbb45f4fc1ec5d749770.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/sogo/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-apps/sogo/sogo-5.1.1.ebuild X-VCS-Directories: gnustep-apps/sogo/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 75bc621e2213e152f0d6cbb45f4fc1ec5d749770 X-VCS-Branch: master Date: Tue, 31 Aug 2021 20:03:18 +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: 4f9b64f3-ffdc-4b85-b459-9358312d5f9e X-Archives-Hash: 304019b2d031c3b39562348f2034b09c commit: 75bc621e2213e152f0d6cbb45f4fc1ec5d749770 Author: Bernard Cafarelli gentoo org> AuthorDate: Tue Aug 31 19:57:28 2021 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Aug 31 20:03:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75bc621e gnustep-apps/sogo: fix --disable-mfa configure error Closes: https://bugs.gentoo.org/810856 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Bernard Cafarelli gentoo.org> gnustep-apps/sogo/sogo-5.1.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/gnustep-apps/sogo/sogo-5.1.1.ebuild b/gnustep-apps/sogo/sogo-5.1.1.ebuild index 4738c446bcd..9369d4e5238 100644 --- a/gnustep-apps/sogo/sogo-5.1.1.ebuild +++ b/gnustep-apps/sogo/sogo-5.1.1.ebuild @@ -63,7 +63,6 @@ src_configure() { --with-ssl="${ssl_provider}" \ $(use_enable debug) \ $(use_enable sodium) \ - --disable-mfa \ --disable-saml2 \ || die "configure failed" }