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 546FA138334 for ; Tue, 12 Feb 2019 15:29:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62B5EE0844; Tue, 12 Feb 2019 15:29:01 +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 35C57E0844 for ; Tue, 12 Feb 2019 15:29:01 +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 7AA4F33D0AF for ; Tue, 12 Feb 2019 15:28:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E208A537 for ; Tue, 12 Feb 2019 15:28:57 +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: <1549984844.952813a23a83826962d2dd946879ccc087815ac5.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.2.17.ebuild X-VCS-Directories: media-plugins/grilo-plugins/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 952813a23a83826962d2dd946879ccc087815ac5 X-VCS-Branch: master Date: Tue, 12 Feb 2019 15:28:57 +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: 6b1fb477-a274-4852-a74f-d2e751ec3688 X-Archives-Hash: f1c07e950b404caf595d2a65996de71a commit: 952813a23a83826962d2dd946879ccc087815ac5 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Feb 12 15:20:44 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Feb 12 15:20:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=952813a2 media-plugins/grilo-plugins: lock old SLOT=0.2 to tracker-1 Such old version doesn't check for tracker-2 (but might work after patching configure.ac) Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> media-plugins/grilo-plugins/grilo-plugins-0.2.17.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.2.17.ebuild b/media-plugins/grilo-plugins/grilo-plugins-0.2.17.ebuild index 439ec2ccd3d..9f567b03b59 100644 --- a/media-plugins/grilo-plugins/grilo-plugins-0.2.17.ebuild +++ b/media-plugins/grilo-plugins/grilo-plugins-0.2.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -41,7 +41,7 @@ RDEPEND=" thetvdb? ( app-arch/libarchive dev-libs/libxml2 ) - tracker? ( >=app-misc/tracker-0.10.5:= ) + tracker? ( >=app-misc/tracker-0.10.5:0/100 ) youtube? ( >=dev-libs/libgdata-0.9.1:= >=dev-libs/totem-pl-parser-3.4.1 )