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 53E9C138359 for ; Wed, 21 Oct 2020 07:02:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1492E0AF6; Wed, 21 Oct 2020 07:02:42 +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 75760E0AF6 for ; Wed, 21 Oct 2020 07:02:42 +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 B40C9340C57 for ; Wed, 21 Oct 2020 07:02:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6837833A for ; Wed, 21 Oct 2020 07:02:39 +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: <1603263741.f0d3c93dc37762dcb01f41e135ac7df7cad94db5.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/samba-4.11.11-r1.ebuild net-fs/samba/samba-4.11.11.ebuild net-fs/samba/samba-4.11.13-r1.ebuild net-fs/samba/samba-4.11.13.ebuild net-fs/samba/samba-4.12.6-r1.ebuild net-fs/samba/samba-4.12.6.ebuild net-fs/samba/samba-4.12.7-r1.ebuild net-fs/samba/samba-4.12.7.ebuild net-fs/samba/samba-4.13.0-r1.ebuild net-fs/samba/samba-4.13.0.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f0d3c93dc37762dcb01f41e135ac7df7cad94db5 X-VCS-Branch: master Date: Wed, 21 Oct 2020 07:02:39 +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: fab4a5cd-e61d-466c-9b0f-c6f4d6f82350 X-Archives-Hash: 4aa686cca60d0af1139275401b70b92b commit: f0d3c93dc37762dcb01f41e135ac7df7cad94db5 Author: Raul E Rangel ismell org> AuthorDate: Tue Oct 20 22:00:58 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Oct 21 07:02:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d3c93d net-fs/samba: Require dbus when using avahi The zeroconf USE flag pulls in avahi. In order for samba to communicate with avahi, the avahi-client must be present. The avahi-client is controlled via the dbus use flag. Signed-off-by: Raul E Rangel ismell.org> Closes: https://github.com/gentoo/gentoo/pull/17984 Closes: https://bugs.gentoo.org/750017 Signed-off-by: Lars Wendler gentoo.org> net-fs/samba/{samba-4.11.11.ebuild => samba-4.11.11-r1.ebuild} | 2 +- net-fs/samba/{samba-4.11.13.ebuild => samba-4.11.13-r1.ebuild} | 2 +- net-fs/samba/{samba-4.12.6.ebuild => samba-4.12.6-r1.ebuild} | 2 +- net-fs/samba/{samba-4.12.7.ebuild => samba-4.12.7-r1.ebuild} | 2 +- net-fs/samba/{samba-4.13.0.ebuild => samba-4.13.0-r1.ebuild} | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-fs/samba/samba-4.11.11.ebuild b/net-fs/samba/samba-4.11.11-r1.ebuild similarity index 99% rename from net-fs/samba/samba-4.11.11.ebuild rename to net-fs/samba/samba-4.11.11-r1.ebuild index 95fda93f246..07e52e0581a 100644 --- a/net-fs/samba/samba-4.11.11.ebuild +++ b/net-fs/samba/samba-4.11.11-r1.ebuild @@ -82,7 +82,7 @@ CDEPEND=" system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] ) system-mitkrb5? ( >=app-crypt/mit-krb5-1.15.1[${MULTILIB_USEDEP}] ) systemd? ( sys-apps/systemd:0= ) - zeroconf? ( net-dns/avahi ) + zeroconf? ( net-dns/avahi[dbus] ) " DEPEND="${CDEPEND} ${PYTHON_DEPS} diff --git a/net-fs/samba/samba-4.11.13.ebuild b/net-fs/samba/samba-4.11.13-r1.ebuild similarity index 99% rename from net-fs/samba/samba-4.11.13.ebuild rename to net-fs/samba/samba-4.11.13-r1.ebuild index 95fda93f246..07e52e0581a 100644 --- a/net-fs/samba/samba-4.11.13.ebuild +++ b/net-fs/samba/samba-4.11.13-r1.ebuild @@ -82,7 +82,7 @@ CDEPEND=" system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] ) system-mitkrb5? ( >=app-crypt/mit-krb5-1.15.1[${MULTILIB_USEDEP}] ) systemd? ( sys-apps/systemd:0= ) - zeroconf? ( net-dns/avahi ) + zeroconf? ( net-dns/avahi[dbus] ) " DEPEND="${CDEPEND} ${PYTHON_DEPS} diff --git a/net-fs/samba/samba-4.12.6.ebuild b/net-fs/samba/samba-4.12.6-r1.ebuild similarity index 99% rename from net-fs/samba/samba-4.12.6.ebuild rename to net-fs/samba/samba-4.12.6-r1.ebuild index 89a685c05fc..5de205e7c8b 100644 --- a/net-fs/samba/samba-4.12.6.ebuild +++ b/net-fs/samba/samba-4.12.6-r1.ebuild @@ -85,7 +85,7 @@ CDEPEND=" system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] ) system-mitkrb5? ( >=app-crypt/mit-krb5-1.15.1[${MULTILIB_USEDEP}] ) systemd? ( sys-apps/systemd:0= ) - zeroconf? ( net-dns/avahi ) + zeroconf? ( net-dns/avahi[dbus] ) " DEPEND="${CDEPEND} ${PYTHON_DEPS} diff --git a/net-fs/samba/samba-4.12.7.ebuild b/net-fs/samba/samba-4.12.7-r1.ebuild similarity index 99% rename from net-fs/samba/samba-4.12.7.ebuild rename to net-fs/samba/samba-4.12.7-r1.ebuild index 89a685c05fc..5de205e7c8b 100644 --- a/net-fs/samba/samba-4.12.7.ebuild +++ b/net-fs/samba/samba-4.12.7-r1.ebuild @@ -85,7 +85,7 @@ CDEPEND=" system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] ) system-mitkrb5? ( >=app-crypt/mit-krb5-1.15.1[${MULTILIB_USEDEP}] ) systemd? ( sys-apps/systemd:0= ) - zeroconf? ( net-dns/avahi ) + zeroconf? ( net-dns/avahi[dbus] ) " DEPEND="${CDEPEND} ${PYTHON_DEPS} diff --git a/net-fs/samba/samba-4.13.0.ebuild b/net-fs/samba/samba-4.13.0-r1.ebuild similarity index 99% rename from net-fs/samba/samba-4.13.0.ebuild rename to net-fs/samba/samba-4.13.0-r1.ebuild index 654358f9e14..0b9694e9662 100644 --- a/net-fs/samba/samba-4.13.0.ebuild +++ b/net-fs/samba/samba-4.13.0-r1.ebuild @@ -85,7 +85,7 @@ CDEPEND=" system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] ) system-mitkrb5? ( >=app-crypt/mit-krb5-1.15.1[${MULTILIB_USEDEP}] ) systemd? ( sys-apps/systemd:0= ) - zeroconf? ( net-dns/avahi ) + zeroconf? ( net-dns/avahi[dbus] ) " DEPEND="${CDEPEND} ${PYTHON_DEPS}