From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C28CA15ACFB for ; Tue, 25 Apr 2023 15:20:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8B76E09B6; Tue, 25 Apr 2023 15:20:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEC08E09B6 for ; Tue, 25 Apr 2023 15:20:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6CE1340E49 for ; Tue, 25 Apr 2023 15:20:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F6D0A4B for ; Tue, 25 Apr 2023 15:20:39 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1682436035.475108a2940fb21c2b4f44512289bac6a3858b95.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-photos/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gnome-photos/gnome-photos-43.0.ebuild media-gfx/gnome-photos/gnome-photos-44.0.ebuild X-VCS-Directories: media-gfx/gnome-photos/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 475108a2940fb21c2b4f44512289bac6a3858b95 X-VCS-Branch: master Date: Tue, 25 Apr 2023 15:20:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0c27ccfb-bce1-4191-8c61-42a7f112e5f0 X-Archives-Hash: d6f644fc5f3bf24248fda3eb2e55f967 commit: 475108a2940fb21c2b4f44512289bac6a3858b95 Author: Cristian Othón Martínez Vera cfuga mx> AuthorDate: Wed Apr 12 18:22:23 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Apr 25 15:20:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475108a2 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.mx> Signed-off-by: Matt Turner gentoo.org> media-gfx/gnome-photos/gnome-photos-43.0.ebuild | 3 ++- 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="