commit: d12b81e15fd282c275da2bae0ff2c579885532eb Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Mon May 3 06:59:38 2021 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Mon May 3 06:59:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12b81e1
gnustep-apps/sogo: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> gnustep-apps/sogo/sogo-4.3.2.ebuild | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/gnustep-apps/sogo/sogo-4.3.2.ebuild b/gnustep-apps/sogo/sogo-4.3.2.ebuild index 4c79d63dc15..9f5285163bb 100644 --- a/gnustep-apps/sogo/sogo-4.3.2.ebuild +++ b/gnustep-apps/sogo/sogo-4.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/inverse-inc/sogo/archive/SOGo-${PV}.tar.gz -> ${P}.t LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="activesync gnutls libressl +ssl" +IUSE="activesync gnutls +ssl" RDEPEND=" acct-user/sogo @@ -23,20 +23,12 @@ RDEPEND=" activesync? ( dev-libs/libwbxml ) gnutls? ( net-libs/gnutls:= ) !gnutls? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:0= ) " DEPEND="${RDEPEND} >=gnustep-base/gnustep-make-2.6.3" -pkg_pretend() { - if use ssl && use gnutls && use libressl ; then - ewarn "You have enabled both gnutls and libressl, but only" - ewarn "one provider can be active. Using gnutls!" - fi -} - src_prepare() { gnustep-base_src_prepare sed -e "s/validateArgs$//" -i configure \
