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 4908315806E for ; Thu, 18 May 2023 10:42:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF5B8E07A9; Thu, 18 May 2023 10:42:37 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0934E07D4 for ; Thu, 18 May 2023 10:42:37 +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 A5DB9340CF2 for ; Thu, 18 May 2023 10:42:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7EA7A73 for ; Thu, 18 May 2023 10:42:34 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1684406550.c1b259052fb3a586d8f4e3593adc83d3a55264c2.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mpd/mpd-0.23.12.ebuild X-VCS-Directories: media-sound/mpd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c1b259052fb3a586d8f4e3593adc83d3a55264c2 X-VCS-Branch: master Date: Thu, 18 May 2023 10:42:34 +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: 1601598b-0c27-4574-bca8-f6ddc373eb16 X-Archives-Hash: c621290ca9be5980486f430fb1313354 commit: c1b259052fb3a586d8f4e3593adc83d3a55264c2 Author: Adrian Schollmeyer nexadn de> AuthorDate: Mon May 15 22:05:47 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu May 18 10:42:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b25905 media-sound/mpd: block dev-libs/libfmt-10 for 0.23.12 The 0.23.12 version of the ebuild does not apply the backported fixes for libfmt-10 and thus can't be used when libfmt-10 is installed. Bug: https://bugs.gentoo.org/906074 Signed-off-by: Adrian Schollmeyer nexadn.de> Signed-off-by: Joonas Niilola gentoo.org> media-sound/mpd/mpd-0.23.12.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-sound/mpd/mpd-0.23.12.ebuild b/media-sound/mpd/mpd-0.23.12.ebuild index ec25e7a6d213..85c1e4146ec1 100644 --- a/media-sound/mpd/mpd-0.23.12.ebuild +++ b/media-sound/mpd/mpd-0.23.12.ebuild @@ -39,9 +39,12 @@ REQUIRED_USE=" RESTRICT="!test? ( test )" +# Note: This version is incompatible with dev-libs/libfmt-10 +# Bug: https://bugs.gentoo.org/906074 RDEPEND=" acct-user/mpd dev-libs/libfmt:= +