diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-03 09:59:38 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-03 09:59:38 +0300 |
commit | d12b81e15fd282c275da2bae0ff2c579885532eb (patch) | |
tree | 41a9660e0f5935c9775c91659014b2933e603b53 /gnustep-apps | |
parent | games-strategy/wesnoth: remove libressl support (diff) | |
download | gentoo-d12b81e15fd282c275da2bae0ff2c579885532eb.tar.gz gentoo-d12b81e15fd282c275da2bae0ff2c579885532eb.tar.bz2 gentoo-d12b81e15fd282c275da2bae0ff2c579885532eb.zip |
gnustep-apps/sogo: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/sogo/sogo-4.3.2.ebuild | 14 |
1 files 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 4c79d63dc156..9f5285163bb9 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 \ |