From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1451311-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 C3F42158020
	for <garchives@archives.gentoo.org>; Sat, 29 Oct 2022 20:29:42 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C021BE0870;
	Sat, 29 Oct 2022 20:29:41 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 849B9E0874
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 Oct 2022 20:29: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 9412B341060
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 Oct 2022 20:29:40 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F1972692
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 Oct 2022 20:29:38 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1667075320.c56a9cc49e53ac29a6b7ff25ae108d4e797d908b.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/tellico/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-misc/tellico/tellico-3.4.4-r1.ebuild kde-misc/tellico/tellico-3.4.4.ebuild
X-VCS-Directories: kde-misc/tellico/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: c56a9cc49e53ac29a6b7ff25ae108d4e797d908b
X-VCS-Branch: master
Date: Sat, 29 Oct 2022 20:29:38 +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: 180c38a6-30e5-44ef-9519-a5cb200e6cec
X-Archives-Hash: a7d7e31dfee6069754036710f1676d67

commit:     c56a9cc49e53ac29a6b7ff25ae108d4e797d908b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 20:27:41 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 20:28:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c56a9cc4

kde-misc/tellico: subscribe to exempi subslot

New version breaks ABI.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-misc/tellico/{tellico-3.4.4.ebuild => tellico-3.4.4-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/tellico/tellico-3.4.4.ebuild b/kde-misc/tellico/tellico-3.4.4-r1.ebuild
similarity index 98%
rename from kde-misc/tellico/tellico-3.4.4.ebuild
rename to kde-misc/tellico/tellico-3.4.4-r1.ebuild
index 5ae2ebe86576..b05e573a3bb4 100644
--- a/kde-misc/tellico/tellico-3.4.4.ebuild
+++ b/kde-misc/tellico/tellico-3.4.4-r1.ebuild
@@ -65,7 +65,7 @@ RDEPEND="
 	semantic-desktop? ( kde-frameworks/kfilemetadata:5 )
 	taglib? ( >=media-libs/taglib-1.5 )
 	v4l? ( >=media-libs/libv4l-0.8.3 )
-	xmp? ( >=media-libs/exempi-2 )
+	xmp? ( >=media-libs/exempi-2:= )
 	yaz? ( >=dev-libs/yaz-2:0= )
 "
 DEPEND="${RDEPEND}"