Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/sogo/
Date: Tue, 31 Aug 2021 20:03:22
Message-Id: 1630440183.75bc621e2213e152f0d6cbb45f4fc1ec5d749770.voyageur@gentoo
1 commit: 75bc621e2213e152f0d6cbb45f4fc1ec5d749770
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 31 19:57:28 2021 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 31 20:03:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75bc621e
7
8 gnustep-apps/sogo: fix --disable-mfa configure error
9
10 Closes: https://bugs.gentoo.org/810856
11 Package-Manager: Portage-3.0.22, Repoman-3.0.3
12 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
13
14 gnustep-apps/sogo/sogo-5.1.1.ebuild | 1 -
15 1 file changed, 1 deletion(-)
16
17 diff --git a/gnustep-apps/sogo/sogo-5.1.1.ebuild b/gnustep-apps/sogo/sogo-5.1.1.ebuild
18 index 4738c446bcd..9369d4e5238 100644
19 --- a/gnustep-apps/sogo/sogo-5.1.1.ebuild
20 +++ b/gnustep-apps/sogo/sogo-5.1.1.ebuild
21 @@ -63,7 +63,6 @@ src_configure() {
22 --with-ssl="${ssl_provider}" \
23 $(use_enable debug) \
24 $(use_enable sodium) \
25 - --disable-mfa \
26 --disable-saml2 \
27 || die "configure failed"
28 }