diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2021-08-31 22:02:52 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2021-08-31 22:03:04 +0200 |
commit | 0b3db12de27dadd506593aa492466269cfbf0138 (patch) | |
tree | a20df6ed7d4db8384cbad175724587f32933adad /gnustep-apps/sogo/sogo-5.1.1.ebuild | |
parent | gnustep-libs/sope: 5.2.0 bump (diff) | |
download | gentoo-0b3db12de27dadd506593aa492466269cfbf0138.tar.gz gentoo-0b3db12de27dadd506593aa492466269cfbf0138.tar.bz2 gentoo-0b3db12de27dadd506593aa492466269cfbf0138.zip |
gnustep-apps/sogo: 5.2.0 bump
Also drop --disable-saml2 from configure script (similar to mfa)
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'gnustep-apps/sogo/sogo-5.1.1.ebuild')
-rw-r--r-- | gnustep-apps/sogo/sogo-5.1.1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnustep-apps/sogo/sogo-5.1.1.ebuild b/gnustep-apps/sogo/sogo-5.1.1.ebuild index 9369d4e5238f..6583d3cf3d86 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-saml2 \ || die "configure failed" } |