diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 18:02:20 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 18:07:55 +0300 |
commit | 8730c87e75f88283916e2230dd1d4f72f12e3732 (patch) | |
tree | 8fca09d60d5682d10963b4c22156a343b219c560 /gnome-base | |
parent | mail-client/sylpheed: remove libressl support (diff) | |
download | gentoo-8730c87e75f88283916e2230dd1d4f72f12e3732.tar.gz gentoo-8730c87e75f88283916e2230dd1d4f72f12e3732.tar.bz2 gentoo-8730c87e75f88283916e2230dd1d4f72f12e3732.zip |
gnome-base/gnome-vfs: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild b/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild index aba99abca80e..896aa98ef1fe 100644 --- a/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild +++ b/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://www.gnome.org/" LICENSE="GPL-2 LGPL-2" SLOT="2" KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="acl gnutls ipv6 kerberos libressl samba ssl zeroconf" +IUSE="acl gnutls ipv6 kerberos samba ssl zeroconf" RDEPEND=" >=gnome-base/gconf-2.32.4-r1[${MULTILIB_USEDEP}] @@ -33,8 +33,7 @@ RDEPEND=" >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}] !gnome-extra/gnome-vfs-sftp ) !gnutls? ( - !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] ) + >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] !gnome-extra/gnome-vfs-sftp ) ) zeroconf? ( >=net-dns/avahi-0.6.31-r2[dbus,${MULTILIB_USEDEP}] ) " |