Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-photos/
Date: Sat, 16 Feb 2019 21:08:49
Message-Id: 1550351063.d078396ea7e4b08387e1dbbe5b47915a9599a68f.leio@gentoo
1 commit: d078396ea7e4b08387e1dbbe5b47915a9599a68f
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 21:04:23 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 21:04:23 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d078396e
7
8 media-gfx/gnome-photos: adjust tracker-miners USE dep
9
10 Without miner-fs tracker-miners isn't too useful, and was
11 required by most USE flags. So the miner-fs USE flags was
12 never added to main tree tracker-miners version and it's
13 always enabled; adjust here to it.
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-gfx/gnome-photos/gnome-photos-3.26.4.ebuild | 4 ++--
19 media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild | 4 ++--
20 media-gfx/gnome-photos/gnome-photos-3.30.1.ebuild | 4 ++--
21 3 files changed, 6 insertions(+), 6 deletions(-)
22
23 diff --git a/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild b/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild
24 index f1b52367..46fbc4dd 100644
25 --- a/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild
26 +++ b/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2018 Gentoo Foundation
29 +# Copyright 1999-2019 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=6
33 @@ -35,7 +35,7 @@ COMMON_DEPEND="
34 # but out of all the grilo-plugins, only upnp-av and flickr get used, which have USE flags here,
35 # so don't pull it always, but only if either USE flag is enabled
36 RDEPEND="${COMMON_DEPEND}
37 - >=app-misc/tracker-miners-2[miner-fs]
38 + >=app-misc/tracker-miners-2
39 net-misc/gnome-online-miners[flickr?]
40 upnp-av? ( media-plugins/grilo-plugins:0.3[upnp-av] )
41 flickr? ( media-plugins/grilo-plugins:0.3[flickr] )
42
43 diff --git a/media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild b/media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild
44 index 7d0a023a..4c873c80 100644
45 --- a/media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild
46 +++ b/media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2018 Gentoo Authors
49 +# Copyright 1999-2019 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=6
53 @@ -36,7 +36,7 @@ COMMON_DEPEND="
54 # but out of all the grilo-plugins, only upnp-av and flickr get used, which have USE flags here,
55 # so don't pull it always, but only if either USE flag is enabled
56 RDEPEND="${COMMON_DEPEND}
57 - >=app-misc/tracker-miners-2[miner-fs]
58 + >=app-misc/tracker-miners-2
59 net-misc/gnome-online-miners[flickr?]
60 upnp-av? ( media-plugins/grilo-plugins:0.3[upnp-av] )
61 flickr? ( media-plugins/grilo-plugins:0.3[flickr] )
62
63 diff --git a/media-gfx/gnome-photos/gnome-photos-3.30.1.ebuild b/media-gfx/gnome-photos/gnome-photos-3.30.1.ebuild
64 index 77315fab..41cb963b 100644
65 --- a/media-gfx/gnome-photos/gnome-photos-3.30.1.ebuild
66 +++ b/media-gfx/gnome-photos/gnome-photos-3.30.1.ebuild
67 @@ -1,4 +1,4 @@
68 -# Copyright 1999-2018 Gentoo Authors
69 +# Copyright 1999-2019 Gentoo Authors
70 # Distributed under the terms of the GNU General Public License v2
71
72 EAPI=6
73 @@ -37,7 +37,7 @@ COMMON_DEPEND="
74 # but out of all the grilo-plugins, only upnp-av and flickr get used, which have USE flags here,
75 # so don't pull it always, but only if either USE flag is enabled
76 RDEPEND="${COMMON_DEPEND}
77 - >=app-misc/tracker-miners-2[miner-fs]
78 + >=app-misc/tracker-miners-2
79 net-misc/gnome-online-miners[flickr?]
80 upnp-av? ( media-plugins/grilo-plugins:0.3[upnp-av] )
81 flickr? ( media-plugins/grilo-plugins:0.3[flickr] )