From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1566627-garchives=archives.gentoo.org@lists.gentoo.org>
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 EF7C0158089
	for <garchives@archives.gentoo.org>; Sun, 29 Oct 2023 22:23:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 540702BC037;
	Sun, 29 Oct 2023 22:23:36 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 4101B2BC037
	for <gentoo-commits@lists.gentoo.org>; Sun, 29 Oct 2023 22:23:36 +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 0EBD1335C8E
	for <gentoo-commits@lists.gentoo.org>; Sun, 29 Oct 2023 22:23:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 80D7312FF
	for <gentoo-commits@lists.gentoo.org>; Sun, 29 Oct 2023 22:23:32 +0000 (UTC)
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" <leio@gentoo.org>
Message-ID: <1698617942.6e4ff11fe95b44c905d788bbff660bf99a42b915.leio@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-gfx/eog/eog-44.3-r1.ebuild media-gfx/eog/eog-44.3.ebuild media-gfx/eog/eog-45.1-r1.ebuild media-gfx/eog/eog-45.1.ebuild
X-VCS-Directories: media-gfx/eog/
X-VCS-Committer: leio
X-VCS-Committer-Name: Mart Raudsepp
X-VCS-Revision: 6e4ff11fe95b44c905d788bbff660bf99a42b915
X-VCS-Branch: master
Date: Sun, 29 Oct 2023 22:23:32 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 6485f7e2-fd0b-41b1-ac5b-b5de1f3cab04
X-Archives-Hash: f38b476e257c8998f4c49e6fa056af8f

commit:     6e4ff11fe95b44c905d788bbff660bf99a42b915
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 22:19:02 2023 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 22:19:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4ff11f

media-gfx/eog: Explicitly depend on libpeas SLOT=0

Another libpeas SLOT is coming.

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 media-gfx/eog/{eog-44.3.ebuild => eog-44.3-r1.ebuild} | 2 +-
 media-gfx/eog/{eog-45.1.ebuild => eog-45.1-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/eog/eog-44.3.ebuild b/media-gfx/eog/eog-44.3-r1.ebuild
similarity index 98%
rename from media-gfx/eog/eog-44.3.ebuild
rename to media-gfx/eog/eog-44.3-r1.ebuild
index 295a7cd8443b..558f73a89e73 100644
--- a/media-gfx/eog/eog-44.3.ebuild
+++ b/media-gfx/eog/eog-44.3-r1.ebuild
@@ -21,7 +21,7 @@ KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
 	>=dev-libs/glib-2.73.2:2
-	>=dev-libs/libpeas-0.7.4[gtk]
+	>=dev-libs/libpeas-0.7.4:0[gtk]
 	>=gnome-base/gnome-desktop-2.91.2:3=
 	>=gnome-base/gsettings-desktop-schemas-42_beta
 	>=x11-misc/shared-mime-info-0.20

diff --git a/media-gfx/eog/eog-45.1.ebuild b/media-gfx/eog/eog-45.1-r1.ebuild
similarity index 98%
rename from media-gfx/eog/eog-45.1.ebuild
rename to media-gfx/eog/eog-45.1-r1.ebuild
index b967e79892ea..35ede5fbeaf1 100644
--- a/media-gfx/eog/eog-45.1.ebuild
+++ b/media-gfx/eog/eog-45.1-r1.ebuild
@@ -21,7 +21,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
 	>=dev-libs/glib-2.73.2:2
-	>=dev-libs/libpeas-0.7.4[gtk]
+	>=dev-libs/libpeas-0.7.4:0[gtk]
 	>=gnome-base/gnome-desktop-2.91.2:3=
 	>=gnome-base/gsettings-desktop-schemas-42_beta
 	>=x11-misc/shared-mime-info-0.20