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 BFC9C138334 for ; Mon, 23 Sep 2019 09:22:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 516C7E08F6; Mon, 23 Sep 2019 09:22:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2A5BFE08F6 for ; Mon, 23 Sep 2019 09:22:52 +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 BAB2E34B4B3 for ; Mon, 23 Sep 2019 09:22:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33F327FB for ; Mon, 23 Sep 2019 09:22:48 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1569230543.8cd9dcb4dadf854b005817ea779c15b27b3e66ce.leio@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: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 8cd9dcb4dadf854b005817ea779c15b27b3e66ce X-VCS-Branch: master Date: Mon, 23 Sep 2019 09:22:48 +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: bbd27697-217f-44df-af90-d76e0281e917 X-Archives-Hash: e6bab70bceb1d9708c9a6e723f5ee9c4 commit: 8cd9dcb4dadf854b005817ea779c15b27b3e66ce Author: Mart Raudsepp gentoo org> AuthorDate: Mon Sep 23 06:29:21 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Sep 23 09:22:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd9dcb4 gnome-base/gnome-vfs: require avahi[dbus] for USE=zeroconf For some reason avahi can be built without avahi-client library with USE=-dbus, but avahi-client is required here. Bug: https://bugs.gentoo.org/695384 Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 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 6d393236a8b..8195abdc226 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-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -37,7 +37,7 @@ RDEPEND=" !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}] ) + zeroconf? ( >=net-dns/avahi-0.6.31-r2[dbus,${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} dev-util/glib-utils