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 04513138334 for ; Sat, 16 Feb 2019 16:13:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7B6AE08A8; Sat, 16 Feb 2019 16:13:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A87A9E08A8 for ; Sat, 16 Feb 2019 16:13:24 +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 D8D7F335CF5 for ; Sat, 16 Feb 2019 16:13:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEBF2501 for ; Sat, 16 Feb 2019 16:13:20 +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: <1550333595.c10f1e2af0a35e780faec54a229948d29d3844ba.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tracker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/tracker/tracker-2.1.7-r1.ebuild X-VCS-Directories: app-misc/tracker/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: c10f1e2af0a35e780faec54a229948d29d3844ba X-VCS-Branch: master Date: Sat, 16 Feb 2019 16:13:20 +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: 7bfe9efb-5815-4425-9ff2-bc257edb36a0 X-Archives-Hash: 5fb7bf27959ef8cffa8fc8ac05b8e089 commit: c10f1e2af0a35e780faec54a229948d29d3844ba Author: Mart Raudsepp gentoo org> AuthorDate: Sat Feb 16 16:12:52 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Feb 16 16:13:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10f1e2a app-misc/tracker: fix circular dep with tracker-miners Need PDEPEND afterall Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> app-misc/tracker/tracker-2.1.7-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-misc/tracker/tracker-2.1.7-r1.ebuild b/app-misc/tracker/tracker-2.1.7-r1.ebuild index c9232427a4b..3d59f4f66b6 100644 --- a/app-misc/tracker/tracker-2.1.7-r1.ebuild +++ b/app-misc/tracker/tracker-2.1.7-r1.ebuild @@ -42,9 +42,7 @@ DEPEND="${RDEPEND} ${PYTHON_DEPS} " # g-ir-merge needs py3; functional tests need py2, so disabled for now due to mixup # intltool-merge manually called in meson.build in 2.1.7; properly gone by 2.2.0 -RDEPEND="${RDEPEND} - miners? ( >=app-misc/tracker-miners-${PV_SERIES} ) -" +PDEPEND="miners? ( >=app-misc/tracker-miners-${PV_SERIES} )" PATCHES=( "${FILESDIR}"/${PV}-doc-options.patch # https://gitlab.gnome.org/GNOME/tracker/merge_requests/58