diff options
author | Cristian Othón Martínez Vera <cfuga@cfuga.mx> | 2023-04-10 17:19:43 -0600 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-04-25 11:20:35 -0400 |
commit | 9c5737e7061fcad0e00a00663f97c757b79c8b09 (patch) | |
tree | e14d0b45ce2be612ce8364811ad6faed0bc47c7d /media-gfx/gnome-photos/gnome-photos-44.0.ebuild | |
parent | dev-libs/libiconv-1.17: fix licence, bug #881627 (diff) | |
download | gentoo-9c5737e7061fcad0e00a00663f97c757b79c8b09.tar.gz gentoo-9c5737e7061fcad0e00a00663f97c757b79c8b09.tar.bz2 gentoo-9c5737e7061fcad0e00a00663f97c757b79c8b09.zip |
media-gfx/gnome-photos: Remove media-plugins/grilo-plugins dependency
Upstream removed dependency on media-plugins/grilo-plugins in version
43.0.
See https://gitlab.gnome.org/GNOME/gnome-photos/-/commit/c6f66fc47d2d
Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-gfx/gnome-photos/gnome-photos-44.0.ebuild')
-rw-r--r-- | media-gfx/gnome-photos/gnome-photos-44.0.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/media-gfx/gnome-photos/gnome-photos-44.0.ebuild b/media-gfx/gnome-photos/gnome-photos-44.0.ebuild index e710ad49627b..930f2854bfb0 100644 --- a/media-gfx/gnome-photos/gnome-photos-44.0.ebuild +++ b/media-gfx/gnome-photos/gnome-photos-44.0.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Photos" LICENSE="GPL-3+ LGPL-2+ CC0-1.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="test upnp-av" +IUSE="test" RESTRICT="!test? ( test )" DEPEND=" @@ -36,11 +36,8 @@ DEPEND=" " # >=dev-libs/libgdata-0.17.13:0=[gnome-online-accounts] # Upstream left this commented in meson.build. Probably comes back with the next version -# but out of all the grilo-plugins, only upnp-av gets used, which has a USE flag here, -# so don't pull it always, but only if USE flag is enabled. # tracker-miners gschema used at runtime. RDEPEND="${DEPEND} - upnp-av? ( >=media-plugins/grilo-plugins-0.3.16:0.3[upnp-av] ) app-misc/tracker-miners:3 " BDEPEND=" |