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 4645C138334 for ; Wed, 13 Jun 2018 16:21:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F5DAE085B; Wed, 13 Jun 2018 16:21:44 +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 EAF83E085B for ; Wed, 13 Jun 2018 16:21:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CC0C3335C77 for ; Wed, 13 Jun 2018 16:21:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39C0F2E3 for ; Wed, 13 Jun 2018 16:21:25 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1528906861.c12c4bc28a5824813906a5511742e4270b9f8d74.polynomial-c@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: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c12c4bc28a5824813906a5511742e4270b9f8d74 X-VCS-Branch: master Date: Wed, 13 Jun 2018 16:21:25 +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-Archives-Salt: 94cbc4a8-65a7-432c-ba93-1d0e7e4202d5 X-Archives-Hash: ffa515d0e088070ba7273ac289280a2a commit: c12c4bc28a5824813906a5511742e4270b9f8d74 Author: Lars Wendler gentoo org> AuthorDate: Wed Jun 13 16:19:44 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jun 13 16:21:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12c4bc2 gnome-base/gnome-vfs: Added sub-slot dep to ssl packages. Package-Manager: Portage-2.3.40, Repoman-2.3.9 gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild | 6 +++--- 1 file changed, 3 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 5944120e1d8..7b788c1a09d 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -34,8 +34,8 @@ 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}] ) + !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] ) !gnome-extra/gnome-vfs-sftp ) ) zeroconf? ( >=net-dns/avahi-0.6.31-r2[${MULTILIB_USEDEP}] ) "