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 9E5C0138334 for ; Sat, 19 Oct 2019 22:43:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0B1CE08DA; Sat, 19 Oct 2019 22:43:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 AD41AE08DA for ; Sat, 19 Oct 2019 22:43:13 +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 08F6734C06F for ; Sat, 19 Oct 2019 22:43:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F167A773 for ; Sat, 19 Oct 2019 22:43:09 +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: <1571524983.6e9695daa219f80265596f723f968960c547064b.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.10.2.ebuild net-fs/samba/samba-4.10.8.ebuild net-fs/samba/samba-4.11.0.ebuild net-fs/samba/samba-4.5.16.ebuild net-fs/samba/samba-4.8.12.ebuild net-fs/samba/samba-4.8.6-r2.ebuild net-fs/samba/samba-4.8.6-r3.ebuild net-fs/samba/samba-4.9.13.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 6e9695daa219f80265596f723f968960c547064b X-VCS-Branch: master Date: Sat, 19 Oct 2019 22:43:09 +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: 4868d379-2d79-4606-a08b-ed7308a44fb6 X-Archives-Hash: 170762f0e87a7b24145f1749327f5d3e commit: 6e9695daa219f80265596f723f968960c547064b Author: Lars Wendler gentoo org> AuthorDate: Sat Oct 19 22:41:41 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Oct 19 22:43:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9695da net-fs/samba: Added missing net-dns/avahi dependency Closes: https://bugs.gentoo.org/698060 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> net-fs/samba/samba-4.10.2.ebuild | 1 + net-fs/samba/samba-4.10.8.ebuild | 1 + net-fs/samba/samba-4.11.0.ebuild | 1 + net-fs/samba/samba-4.5.16.ebuild | 3 ++- net-fs/samba/samba-4.8.12.ebuild | 1 + net-fs/samba/samba-4.8.6-r2.ebuild | 1 + net-fs/samba/samba-4.8.6-r3.ebuild | 1 + net-fs/samba/samba-4.9.13.ebuild | 1 + 8 files changed, 9 insertions(+), 1 deletion(-) diff --git a/net-fs/samba/samba-4.10.2.ebuild b/net-fs/samba/samba-4.10.2.ebuild index fbc43f28c34..a1e8acf7aed 100644 --- a/net-fs/samba/samba-4.10.2.ebuild +++ b/net-fs/samba/samba-4.10.2.ebuild @@ -84,6 +84,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 ) " DEPEND="${CDEPEND} ${PYTHON_DEPS} diff --git a/net-fs/samba/samba-4.10.8.ebuild b/net-fs/samba/samba-4.10.8.ebuild index 6a46ad2a6bd..66119026d23 100644 --- a/net-fs/samba/samba-4.10.8.ebuild +++ b/net-fs/samba/samba-4.10.8.ebuild @@ -85,6 +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 ) " DEPEND="${CDEPEND} ${PYTHON_DEPS} diff --git a/net-fs/samba/samba-4.11.0.ebuild b/net-fs/samba/samba-4.11.0.ebuild index 8155d2b57ea..e971356a350 100644 --- a/net-fs/samba/samba-4.11.0.ebuild +++ b/net-fs/samba/samba-4.11.0.ebuild @@ -83,6 +83,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 ) " DEPEND="${CDEPEND} ${PYTHON_DEPS} diff --git a/net-fs/samba/samba-4.5.16.ebuild b/net-fs/samba/samba-4.5.16.ebuild index 8d204366759..4ebce95524c 100644 --- a/net-fs/samba/samba-4.5.16.ebuild +++ b/net-fs/samba/samba-4.5.16.ebuild @@ -83,7 +83,8 @@ CDEPEND="${PYTHON_DEPS} ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] ) system-mitkrb5? ( app-crypt/mit-krb5[${MULTILIB_USEDEP}] ) - systemd? ( sys-apps/systemd:0= )" + systemd? ( sys-apps/systemd:0= ) + zeroconf? ( net-dns/avahi )" DEPEND="${CDEPEND} app-text/docbook-xsl-stylesheets dev-libs/libxslt diff --git a/net-fs/samba/samba-4.8.12.ebuild b/net-fs/samba/samba-4.8.12.ebuild index edcf55e3711..a16b7a81e76 100644 --- a/net-fs/samba/samba-4.8.12.ebuild +++ b/net-fs/samba/samba-4.8.12.ebuild @@ -84,6 +84,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 ) " DEPEND="${CDEPEND} ${PYTHON_DEPS} diff --git a/net-fs/samba/samba-4.8.6-r2.ebuild b/net-fs/samba/samba-4.8.6-r2.ebuild index b2693d114c1..4461b2d6f1c 100644 --- a/net-fs/samba/samba-4.8.6-r2.ebuild +++ b/net-fs/samba/samba-4.8.6-r2.ebuild @@ -83,6 +83,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 ) " DEPEND="${CDEPEND} ${PYTHON_DEPS} diff --git a/net-fs/samba/samba-4.8.6-r3.ebuild b/net-fs/samba/samba-4.8.6-r3.ebuild index 01089ced953..6be58e9b972 100644 --- a/net-fs/samba/samba-4.8.6-r3.ebuild +++ b/net-fs/samba/samba-4.8.6-r3.ebuild @@ -83,6 +83,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 ) " DEPEND="${CDEPEND} ${PYTHON_DEPS} diff --git a/net-fs/samba/samba-4.9.13.ebuild b/net-fs/samba/samba-4.9.13.ebuild index 7483f87913f..d2b15f5811f 100644 --- a/net-fs/samba/samba-4.9.13.ebuild +++ b/net-fs/samba/samba-4.9.13.ebuild @@ -85,6 +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 ) " DEPEND="${CDEPEND} ${PYTHON_DEPS}