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 5D3B7138334 for ; Sun, 15 Jul 2018 23:35:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56806E0801; Sun, 15 Jul 2018 23:35:15 +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 0AA43E0801 for ; Sun, 15 Jul 2018 23:35:14 +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 4BF2A335C8C for ; Sun, 15 Jul 2018 23:35:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17C2C2E5 for ; Sun, 15 Jul 2018 23:35:11 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1531697688.b5f66d92b97e220409717e74c955c8b3d9d2bc78.leio@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.5.ebuild X-VCS-Directories: media-plugins/grilo-plugins/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: b5f66d92b97e220409717e74c955c8b3d9d2bc78 X-VCS-Branch: master Date: Sun, 15 Jul 2018 23:35:11 +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: f91b0076-d75a-44ff-8b27-fe6df9e03f85 X-Archives-Hash: 83fcda055b62ec54b17f20ecbb9214bf commit: b5f66d92b97e220409717e74c955c8b3d9d2bc78 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Jul 15 23:33:52 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Jul 15 23:34:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f66d92 media-plugins/grilo-plugins: depend on gst-plugins-chromaprint for masked USE gst-plugins-chromaprint is now packaged, so depend on it correctly. However it remains package.use.masked for the time being. Bug: https://bugs.gentoo.org/648022 Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-plugins/grilo-plugins/grilo-plugins-0.3.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.3.5.ebuild b/media-plugins/grilo-plugins/grilo-plugins-0.3.5.ebuild index 08df2f0f9ba..934007421c9 100644 --- a/media-plugins/grilo-plugins/grilo-plugins-0.3.5.ebuild +++ b/media-plugins/grilo-plugins/grilo-plugins-0.3.5.ebuild @@ -27,7 +27,7 @@ RDEPEND=" dev-libs/libxml2:2 dev-db/sqlite:3 - chromaprint? ( media-libs/gstreamer:1.0 ) + chromaprint? ( media-plugins/gst-plugins-chromaprint:1.0 ) daap? ( >=net-libs/libdmapsharing-2.9.12:3.0 ) dvd? ( >=dev-libs/totem-pl-parser-3.4.1 ) flickr? ( net-libs/liboauth )