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 4687A138334 for ; Mon, 26 Nov 2018 04:22:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF03BE09E3; Mon, 26 Nov 2018 04:22:19 +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 B75A7E09E3 for ; Mon, 26 Nov 2018 04:22:19 +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 3DEF4335D8F for ; Mon, 26 Nov 2018 04:22:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08FB3455 for ; Mon, 26 Nov 2018 04:22:16 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1543206126.2a0be33648716e590da23c4bda30dff482f4f950.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/minidlna/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/minidlna/minidlna-1.2.1-r1.ebuild X-VCS-Directories: net-misc/minidlna/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2a0be33648716e590da23c4bda30dff482f4f950 X-VCS-Branch: master Date: Mon, 26 Nov 2018 04:22:16 +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: 64da71c5-a2b4-4f66-81fc-4d78c70bcf49 X-Archives-Hash: 572bcaf4d8f23801a5d30aa44574fcfb commit: 2a0be33648716e590da23c4bda30dff482f4f950 Author: Michał Górny gentoo org> AuthorDate: Mon Nov 26 04:08:31 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Nov 26 04:22:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a0be336 net-misc/minidlna: USE avahi → zeroconf Closes: https://bugs.gentoo.org/671912 Signed-off-by: Michał Górny gentoo.org> net-misc/minidlna/minidlna-1.2.1-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/minidlna/minidlna-1.2.1-r1.ebuild b/net-misc/minidlna/minidlna-1.2.1-r1.ebuild index 0091132b69e..ccc53883c3b 100644 --- a/net-misc/minidlna/minidlna-1.2.1-r1.ebuild +++ b/net-misc/minidlna/minidlna-1.2.1-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/minidlna/${PV}/${P}.tar.gz LICENSE="BSD GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="avahi libav netgear readynas" +IUSE="libav netgear readynas zeroconf" RDEPEND="dev-db/sqlite:3 media-libs/flac:= @@ -22,9 +22,9 @@ RDEPEND="dev-db/sqlite:3 media-libs/libogg:= media-libs/libvorbis:= virtual/jpeg:0= - avahi? ( net-dns/avahi ) libav? ( media-video/libav:0= ) - !libav? ( media-video/ffmpeg:0= )" + !libav? ( media-video/ffmpeg:0= ) + zeroconf? ( net-dns/avahi:= )" DEPEND="${RDEPEND} virtual/pkgconfig" @@ -50,7 +50,7 @@ src_configure() { $(use_enable netgear) $(use_enable readynas) ) - use avahi || myconf+=( + use zeroconf || myconf+=( ac_cv_lib_avahi_client_avahi_threaded_poll_new=no )