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 59D501382C5 for ; Thu, 15 Apr 2021 23:06:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77601E0823; Thu, 15 Apr 2021 23:06:46 +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 43C5BE0823 for ; Thu, 15 Apr 2021 23:06:46 +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 D5034335D59 for ; Thu, 15 Apr 2021 23:06:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 379D664D for ; Thu, 15 Apr 2021 23:06:43 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1618527887.12608312205c315d8b1207dc6e76374c00f6ebe7.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/grilo-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/grilo-plugins/grilo-plugins-0.3.11.ebuild X-VCS-Directories: media-plugins/grilo-plugins/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 12608312205c315d8b1207dc6e76374c00f6ebe7 X-VCS-Branch: master Date: Thu, 15 Apr 2021 23:06:43 +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: 083088fa-8d1d-436c-bf7a-961c78e66859 X-Archives-Hash: 761c9db8d9c1332df5b898b34d4b3b34 commit: 12608312205c315d8b1207dc6e76374c00f6ebe7 Author: Matt Turner gentoo org> AuthorDate: Thu Apr 15 23:04:21 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Apr 15 23:04:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12608312 media-plugins/grilo-plugins: Assume grilo has network enabled Signed-off-by: Matt Turner gentoo.org> media-plugins/grilo-plugins/grilo-plugins-0.3.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.3.11.ebuild b/media-plugins/grilo-plugins/grilo-plugins-0.3.11.ebuild index 38ccceb0e65..641428fbee3 100644 --- a/media-plugins/grilo-plugins/grilo-plugins-0.3.11.ebuild +++ b/media-plugins/grilo-plugins/grilo-plugins-0.3.11.ebuild @@ -19,7 +19,7 @@ RESTRICT="!test? ( test )" # TODO: validate upnp-av dleyna deps RDEPEND=" >=dev-libs/glib-2.44:2 - >=media-libs/grilo-0.3.8:${SLOT}=[network,playlist] + >=media-libs/grilo-0.3.8:${SLOT}=[network(+),playlist] freebox? ( net-dns/avahi[dbus] ) >=dev-libs/gom-0.3.2-r1