From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1703492-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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C017B1580FD for <garchives@archives.gentoo.org>; Sat, 28 Dec 2024 00:05:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B1FFE082F; Sat, 28 Dec 2024 00:05:42 +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 F1F52E082F for <gentoo-commits@lists.gentoo.org>; Sat, 28 Dec 2024 00:05: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B6A933BF08 for <gentoo-commits@lists.gentoo.org>; Sat, 28 Dec 2024 00:05:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33BB91948 for <gentoo-commits@lists.gentoo.org>; Sat, 28 Dec 2024 00:05:38 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@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, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1735344290.e894a6f8eaf3dd5f1a42de58fd406386146e679a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gerbera/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gerbera/gerbera-2.3.0-r1.ebuild net-misc/gerbera/gerbera-2.3.0.ebuild net-misc/gerbera/gerbera-9999.ebuild X-VCS-Directories: net-misc/gerbera/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e894a6f8eaf3dd5f1a42de58fd406386146e679a X-VCS-Branch: master Date: Sat, 28 Dec 2024 00:05: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: 604165a3-6279-43b3-81f0-5fce3ab8e5ad X-Archives-Hash: 6639d1b65e1c7ef0cbd80f00ee8016a3 commit: e894a6f8eaf3dd5f1a42de58fd406386146e679a Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Wed Dec 25 21:32:46 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Dec 28 00:04:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e894a6f8 net-misc/gerbera: Add media-libs/taglib:= slot op, ABI break imminent Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-misc/gerbera/{gerbera-2.3.0.ebuild => gerbera-2.3.0-r1.ebuild} | 2 +- net-misc/gerbera/gerbera-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/gerbera/gerbera-2.3.0.ebuild b/net-misc/gerbera/gerbera-2.3.0-r1.ebuild similarity index 98% rename from net-misc/gerbera/gerbera-2.3.0.ebuild rename to net-misc/gerbera/gerbera-2.3.0-r1.ebuild index bbe1e160f1c0..9df56fb6b3d4 100644 --- a/net-misc/gerbera/gerbera-2.3.0.ebuild +++ b/net-misc/gerbera/gerbera-2.3.0-r1.ebuild @@ -49,7 +49,7 @@ RDEPEND=" magic? ( sys-apps/file ) matroska? ( media-libs/libmatroska:= ) mysql? ( dev-db/mysql-connector-c:= ) - taglib? ( media-libs/taglib ) + taglib? ( media-libs/taglib:= ) " DEPEND="${RDEPEND}" diff --git a/net-misc/gerbera/gerbera-9999.ebuild b/net-misc/gerbera/gerbera-9999.ebuild index bbe1e160f1c0..9df56fb6b3d4 100644 --- a/net-misc/gerbera/gerbera-9999.ebuild +++ b/net-misc/gerbera/gerbera-9999.ebuild @@ -49,7 +49,7 @@ RDEPEND=" magic? ( sys-apps/file ) matroska? ( media-libs/libmatroska:= ) mysql? ( dev-db/mysql-connector-c:= ) - taglib? ( media-libs/taglib ) + taglib? ( media-libs/taglib:= ) " DEPEND="${RDEPEND}"