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 AB040138334 for ; Sun, 25 Nov 2018 21:43:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 978CAE09D6; Sun, 25 Nov 2018 21:43:11 +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 69617E09D6 for ; Sun, 25 Nov 2018 21:43:10 +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 9A976335D91 for ; Sun, 25 Nov 2018 21:43:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57EE24B6 for ; Sun, 25 Nov 2018 21:43:06 +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: <1543182173.aa3ee4c355e28c59120a8241aa89afe15ee9b284.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: aa3ee4c355e28c59120a8241aa89afe15ee9b284 X-VCS-Branch: master Date: Sun, 25 Nov 2018 21:43:06 +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: 96708b06-7297-4250-a942-47c1704267c7 X-Archives-Hash: fa54f5817d3a9d53c24dcd90bc21c580 commit: aa3ee4c355e28c59120a8241aa89afe15ee9b284 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 25 19:46:26 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 25 21:42:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3ee4c3 net-misc/minidlna: Add missing slot operators Signed-off-by: Michał Górny gentoo.org> net-misc/minidlna/minidlna-1.2.1-r1.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net-misc/minidlna/minidlna-1.2.1-r1.ebuild b/net-misc/minidlna/minidlna-1.2.1-r1.ebuild index 90d184a6b11..104948c00d6 100644 --- a/net-misc/minidlna/minidlna-1.2.1-r1.ebuild +++ b/net-misc/minidlna/minidlna-1.2.1-r1.ebuild @@ -16,12 +16,12 @@ KEYWORDS="~amd64 ~arm ~x86" IUSE="avahi libav netgear readynas" RDEPEND="dev-db/sqlite:3 - media-libs/flac - media-libs/libexif - media-libs/libid3tag - media-libs/libogg - media-libs/libvorbis - virtual/jpeg:0 + media-libs/flac:= + media-libs/libexif:= + media-libs/libid3tag:= + media-libs/libogg:= + media-libs/libvorbis:= + virtual/jpeg:0= avahi? ( net-dns/avahi ) libav? ( media-video/libav:0= ) !libav? ( media-video/ffmpeg:0= )"