Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gnome-music/
Date: Thu, 17 Jan 2019 13:13:14
Message-Id: 1547730755.9da54d98337be0b9a1a48d079a80b96f3c1e6964.leio@gentoo
1 commit: 9da54d98337be0b9a1a48d079a80b96f3c1e6964
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 17 13:11:46 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 17 13:12:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9da54d98
7
8 media-sound/gnome-music-3.24.2: lock to tracker-1
9
10 configure.ac explicitly only asks for tracker-1. It might be possible
11 to patch it to accept tracker-2 as well without issues.
12 3.26.x however does need at least tracker-2 due to new
13 tracker:title-order() SPARQL function usage.
14
15 Package-Manager: Portage-2.3.52, Repoman-2.3.12
16 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
17
18 media-sound/gnome-music/gnome-music-3.24.2.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/media-sound/gnome-music/gnome-music-3.24.2.ebuild b/media-sound/gnome-music/gnome-music-3.24.2.ebuild
22 index 6bf4d1bee8d..b4e919cf824 100644
23 --- a/media-sound/gnome-music/gnome-music-3.24.2.ebuild
24 +++ b/media-sound/gnome-music/gnome-music-3.24.2.ebuild
25 @@ -18,7 +18,7 @@ KEYWORDS="amd64 x86"
26
27 COMMON_DEPEND="
28 ${PYTHON_DEPS}
29 - >=app-misc/tracker-1.11.1[introspection(+)]
30 + >=app-misc/tracker-1.11.1:0/100[introspection(+)]
31 >=dev-python/pygobject-3.21.1:3[cairo,${PYTHON_USEDEP}]
32 >=dev-libs/glib-2.28:2
33 >=dev-libs/gobject-introspection-1.35.9:=