From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64E1213835C for ; Sun, 2 May 2021 15:08:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96FB9E08BF; Sun, 2 May 2021 15:08:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F6C0E08BF for ; Sun, 2 May 2021 15:08:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83B6F340C44 for ; Sun, 2 May 2021 15:08:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE1CF745 for ; Sun, 2 May 2021 15:07:58 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1619968075.8730c87e75f88283916e2230dd1d4f72f12e3732.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-vfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild X-VCS-Directories: gnome-base/gnome-vfs/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 8730c87e75f88283916e2230dd1d4f72f12e3732 X-VCS-Branch: master Date: Sun, 2 May 2021 15:07:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b5c5c41f-a4af-4ab3-a163-ee47c8d94b2a X-Archives-Hash: a0a001bf4cc9b0c175f2697d9176f1e9 commit: 8730c87e75f88283916e2230dd1d4f72f12e3732 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 15:02:20 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 15:07:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8730c87e gnome-base/gnome-vfs: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild | 5 ++--- 1 file 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 aba99abca80..896aa98ef1f 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}] ) "