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 6F65F158094 for ; Sat, 1 Oct 2022 17:17:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3963E0A9F; Sat, 1 Oct 2022 17:16:58 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC74BE0A9C for ; Sat, 1 Oct 2022 17:16:58 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1F9B340CF2 for ; Sat, 1 Oct 2022 17:16:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AB28607 for ; Sat, 1 Oct 2022 17:16:54 +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: <1664644605.b0e304eab1d78335b6b466f2e3200f25df22311c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/shotwell/shotwell-0.30.16-r1.ebuild media-gfx/shotwell/shotwell-0.30.16.ebuild media-gfx/shotwell/shotwell-0.30.17-r1.ebuild media-gfx/shotwell/shotwell-0.30.17.ebuild X-VCS-Directories: media-gfx/shotwell/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b0e304eab1d78335b6b466f2e3200f25df22311c X-VCS-Branch: master Date: Sat, 1 Oct 2022 17:16:54 +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: 0a0912a4-28b7-46fd-a76c-ecc8d32e37a4 X-Archives-Hash: c009d6ca0ae248f9684bbf67bf1b63fe commit: b0e304eab1d78335b6b466f2e3200f25df22311c Author: Matt Turner gentoo org> AuthorDate: Sat Oct 1 16:59:55 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Oct 1 17:16:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e304ea media-gfx/shotwell: Depend on app-crypt/gcr:0 Signed-off-by: Matt Turner gentoo.org> .../shotwell/{shotwell-0.30.16.ebuild => shotwell-0.30.16-r1.ebuild} | 4 ++-- .../shotwell/{shotwell-0.30.17.ebuild => shotwell-0.30.17-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/shotwell/shotwell-0.30.16.ebuild b/media-gfx/shotwell/shotwell-0.30.16-r1.ebuild similarity index 97% rename from media-gfx/shotwell/shotwell-0.30.16.ebuild rename to media-gfx/shotwell/shotwell-0.30.16-r1.ebuild index 915dcd0cbc62..cd40ad740af2 100644 --- a/media-gfx/shotwell/shotwell-0.30.16.ebuild +++ b/media-gfx/shotwell/shotwell-0.30.16-r1.ebuild @@ -32,7 +32,7 @@ DEPEND=" >=media-libs/libraw-0.13.2:= >=media-libs/libexif-0.6.16:= dev-libs/libgdata - >=app-crypt/gcr-3:=[gtk] + >=app-crypt/gcr-3:0=[gtk] x11-libs/cairo opencv? ( >=media-libs/opencv-2.3.0:= ) " @@ -49,7 +49,7 @@ BDEPEND=" virtual/pkgconfig net-libs/libsoup:2.4[vala] media-libs/gexiv2[vala] - app-crypt/gcr[vala] + app-crypt/gcr:0[vala] " PATCHES=( "${FILESDIR}"/0.30.16-optional-wayland.patch ) diff --git a/media-gfx/shotwell/shotwell-0.30.17.ebuild b/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild similarity index 97% rename from media-gfx/shotwell/shotwell-0.30.17.ebuild rename to media-gfx/shotwell/shotwell-0.30.17-r1.ebuild index 850f6a2458ae..7809bb7020f0 100644 --- a/media-gfx/shotwell/shotwell-0.30.17.ebuild +++ b/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild @@ -31,7 +31,7 @@ DEPEND=" >=media-libs/libraw-0.13.2:= >=media-libs/libexif-0.6.16:= dev-libs/libgdata - >=app-crypt/gcr-3:=[gtk] + >=app-crypt/gcr-3:0=[gtk] x11-libs/cairo opencv? ( >=media-libs/opencv-2.3.0:= ) " @@ -48,7 +48,7 @@ BDEPEND=" virtual/pkgconfig net-libs/libsoup:2.4[vala] media-libs/gexiv2[vala] - app-crypt/gcr[vala] + app-crypt/gcr:0[vala] " PATCHES=( "${FILESDIR}"/0.30.16-optional-wayland.patch )