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 254CA158012 for ; Sat, 10 Sep 2022 08:51:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64C45E0923; Sat, 10 Sep 2022 08:51:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 51765E0923 for ; Sat, 10 Sep 2022 08:51:28 +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 8D29F3407AF for ; Sat, 10 Sep 2022 08:51:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05EBD5B1 for ; Sat, 10 Sep 2022 08:51:26 +0000 (UTC) From: "Sam James" 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" Message-ID: <1662799817.fbb39767e1b2543aacfc42c19cad3506e95a2acb.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/k3b/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/k3b/k3b-22.08.49.9999.ebuild kde-apps/k3b/k3b-9999.ebuild X-VCS-Directories: kde-apps/k3b/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fbb39767e1b2543aacfc42c19cad3506e95a2acb X-VCS-Branch: master Date: Sat, 10 Sep 2022 08:51:26 +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: d2fc562e-31ff-4af3-b824-3ddbea04de73 X-Archives-Hash: 11036fd6ffbb7c8852f892f5a397c496 commit: fbb39767e1b2543aacfc42c19cad3506e95a2acb Author: Sam James gentoo org> AuthorDate: Sat Sep 10 08:50:17 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 10 08:50:17 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fbb39767 kde-apps/k3b: add media-libs/flac subslot dep media-libs/flac-1.4.0 breaks ABI. Signed-off-by: Sam James gentoo.org> kde-apps/k3b/k3b-22.08.49.9999.ebuild | 2 +- kde-apps/k3b/k3b-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/k3b/k3b-22.08.49.9999.ebuild b/kde-apps/k3b/k3b-22.08.49.9999.ebuild index b3efb99ad0..b1060feca5 100644 --- a/kde-apps/k3b/k3b-22.08.49.9999.ebuild +++ b/kde-apps/k3b/k3b-22.08.49.9999.ebuild @@ -52,7 +52,7 @@ DEPEND=" >=kde-frameworks/solid-${KFMIN}:5 media-libs/libsamplerate dvd? ( media-libs/libdvdread:= ) - flac? ( >=media-libs/flac-1.2[cxx] ) + flac? ( >=media-libs/flac-1.2:=[cxx] ) mp3? ( media-sound/lame ) mad? ( media-libs/libmad ) musepack? ( >=media-sound/musepack-tools-444 ) diff --git a/kde-apps/k3b/k3b-9999.ebuild b/kde-apps/k3b/k3b-9999.ebuild index b3efb99ad0..b1060feca5 100644 --- a/kde-apps/k3b/k3b-9999.ebuild +++ b/kde-apps/k3b/k3b-9999.ebuild @@ -52,7 +52,7 @@ DEPEND=" >=kde-frameworks/solid-${KFMIN}:5 media-libs/libsamplerate dvd? ( media-libs/libdvdread:= ) - flac? ( >=media-libs/flac-1.2[cxx] ) + flac? ( >=media-libs/flac-1.2:=[cxx] ) mp3? ( media-sound/lame ) mad? ( media-libs/libmad ) musepack? ( >=media-sound/musepack-tools-444 )