diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 18:00:58 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 18:07:54 +0300 |
commit | 59c906cfb3eec72475dea6494235c6706042bd99 (patch) | |
tree | f936b560666d3ab2cae59dcfac8ff5bae74faf46 /mail-client/sylpheed | |
parent | mail-client/balsa: remove libressl support (diff) | |
download | gentoo-59c906cfb3eec72475dea6494235c6706042bd99.tar.gz gentoo-59c906cfb3eec72475dea6494235c6706042bd99.tar.bz2 gentoo-59c906cfb3eec72475dea6494235c6706042bd99.zip |
mail-client/sylpheed: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'mail-client/sylpheed')
-rw-r--r-- | mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild b/mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild index 86628b8d25bf..1eeb75e17157 100644 --- a/mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild +++ b/mail-client/sylpheed/sylpheed-3.7.0-r1.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="http://${PN}.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86" -IUSE="crypt ipv6 ldap libressl nls oniguruma spell ssl xface" +IUSE="crypt ipv6 ldap nls oniguruma spell ssl xface" CDEPEND="net-libs/liblockfile x11-libs/gtk+:2 @@ -25,8 +25,7 @@ CDEPEND="net-libs/liblockfile dev-libs/dbus-glib ) ssl? ( - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) + dev-libs/openssl:0 )" RDEPEND="${CDEPEND} app-misc/mime-types |