commit:     c10f1e2af0a35e780faec54a229948d29d3844ba
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 16 16:12:52 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> 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 <leio <AT> 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

Reply via email to