commit:     913453e4b909c7e0078f24c906cee744790dd3ee
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 28 17:37:47 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jul 28 17:40:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=913453e4

app-misc/tracker-miners: Restore mistakenly removed version

In commit f2c2d25e828 ("app-misc/tracker-miners: Drop old versions") I
dropped the wrong version of tracker:0.

Closes: https://bugs.gentoo.org/804675
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 ...racker-miners-2.3.5.ebuild => tracker-miners-2.3.5-r1.ebuild} | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/app-misc/tracker-miners/tracker-miners-2.3.5.ebuild 
b/app-misc/tracker-miners/tracker-miners-2.3.5-r1.ebuild
similarity index 91%
rename from app-misc/tracker-miners/tracker-miners-2.3.5.ebuild
rename to app-misc/tracker-miners/tracker-miners-2.3.5-r1.ebuild
index 2572bcfe9e5..804672ef721 100644
--- a/app-misc/tracker-miners/tracker-miners-2.3.5.ebuild
+++ b/app-misc/tracker-miners/tracker-miners-2.3.5-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit gnome.org gnome2-utils meson python-any-r1 systemd xdg
 
@@ -68,10 +68,7 @@ BDEPEND="
                                media-plugins/gst-plugins-openh264:1.0 )
        ) )
 "
-# intltool-merge manually called in meson.build in 2.3.5; might be properly 
gone by 3.0
-RDEPEND="${RDEPEND}
-       !>=app-misc/tracker-miners-2.99
-" # Incompatible revision for (upcoming) parallel-installable tracker-miners-3 
due to autostart; a revision that disables autostart and drops the blocker to 
be added together with v3
+# intltool-merge manually called in meson.build in 2.3.5
 
 PATCHES=(
        "${FILESDIR}"/${PV}-fix-autostart-build.patch
@@ -140,7 +137,7 @@ src_configure() {
                -Dcharset_detection=icu # enca is a possibility, but right now 
we have tracker core always dep on icu and icu is preferred over enca
                -Dgeneric_media_extractor=${media_extractor}
                # gupnp gstreamer_backend is in bad state, upstream suggests to 
use discoverer, which is the default
-               -Dautostart=true # turn to false to co-exist with 
tracker-miners-3
+               -Dautostart=false # false to co-exist with tracker-miners-3
                -Dsystemd_user_services="$(systemd_get_userunitdir)"
        )
        meson_src_configure

Reply via email to