diff options
author | Cristian Othón Martínez Vera <cfuga@cfuga.mx> | 2023-04-12 12:22:23 -0600 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-04-25 11:20:35 -0400 |
commit | 475108a2940fb21c2b4f44512289bac6a3858b95 (patch) | |
tree | 7ce8ce319215998c1f6a0e71652ac7fea39ce8fa /media-gfx/gnome-photos | |
parent | media-gfx/gnome-photos: Remove media-plugins/grilo-plugins dependency (diff) | |
download | gentoo-475108a2940fb21c2b4f44512289bac6a3858b95.tar.gz gentoo-475108a2940fb21c2b4f44512289bac6a3858b95.tar.bz2 gentoo-475108a2940fb21c2b4f44512289bac6a3858b95.zip |
media-gfx/gnome-photos: Depend on net-libs/dleyna for upnp-av
Closes: https://github.com/gentoo/gentoo/pull/30549
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')
-rw-r--r-- | media-gfx/gnome-photos/gnome-photos-43.0.ebuild | 3 | ||||
-rw-r--r-- | media-gfx/gnome-photos/gnome-photos-44.0.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/media-gfx/gnome-photos/gnome-photos-43.0.ebuild b/media-gfx/gnome-photos/gnome-photos-43.0.ebuild index 930f2854bfb0..567d30c844a8 100644 --- a/media-gfx/gnome-photos/gnome-photos-43.0.ebuild +++ b/media-gfx/gnome-photos/gnome-photos-43.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" +IUSE="test upnp-av" RESTRICT="!test? ( test )" DEPEND=" @@ -38,6 +38,7 @@ DEPEND=" # tracker-miners gschema used at runtime. RDEPEND="${DEPEND} + upnp-av? ( net-libs/dleyna:1.0= ) app-misc/tracker-miners:3 " BDEPEND=" diff --git a/media-gfx/gnome-photos/gnome-photos-44.0.ebuild b/media-gfx/gnome-photos/gnome-photos-44.0.ebuild index 930f2854bfb0..567d30c844a8 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" +IUSE="test upnp-av" RESTRICT="!test? ( test )" DEPEND=" @@ -38,6 +38,7 @@ DEPEND=" # tracker-miners gschema used at runtime. RDEPEND="${DEPEND} + upnp-av? ( net-libs/dleyna:1.0= ) app-misc/tracker-miners:3 " BDEPEND=" |