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 2F360158095 for ; Sat, 10 Sep 2022 08:41:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D546E092D; Sat, 10 Sep 2022 08:41:50 +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 836A9E092D for ; Sat, 10 Sep 2022 08:41:50 +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 D6D07340F14 for ; Sat, 10 Sep 2022 08:41:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 337105D9 for ; Sat, 10 Sep 2022 08:41:46 +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: <1662799228.f6434d0cad38439291f73b49930383b244d0170a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qmmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qmmp/qmmp-1.6.1-r1.ebuild media-sound/qmmp/qmmp-1.6.1-r2.ebuild media-sound/qmmp/qmmp-9999.ebuild X-VCS-Directories: media-sound/qmmp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f6434d0cad38439291f73b49930383b244d0170a X-VCS-Branch: master Date: Sat, 10 Sep 2022 08:41:46 +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: 648d0521-f2bf-4018-bae1-b2efc59344c4 X-Archives-Hash: 269aa6c258f901d33767e21bfef10bfd commit: f6434d0cad38439291f73b49930383b244d0170a Author: Sam James gentoo org> AuthorDate: Sat Sep 10 08:30:22 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 10 08:40:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6434d0c media-sound/qmmp: add media-libs/flac subslot dep media-libs/flac-1.4.0 breaks ABI. Signed-off-by: Sam James gentoo.org> media-sound/qmmp/{qmmp-1.6.1-r1.ebuild => qmmp-1.6.1-r2.ebuild} | 2 +- media-sound/qmmp/qmmp-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/qmmp/qmmp-1.6.1-r1.ebuild b/media-sound/qmmp/qmmp-1.6.1-r2.ebuild similarity index 99% rename from media-sound/qmmp/qmmp-1.6.1-r1.ebuild rename to media-sound/qmmp/qmmp-1.6.1-r2.ebuild index 5a037fc63f5d..5520ef82e4e0 100644 --- a/media-sound/qmmp/qmmp-1.6.1-r1.ebuild +++ b/media-sound/qmmp/qmmp-1.6.1-r2.ebuild @@ -52,7 +52,7 @@ RDEPEND=" dbus? ( dev-qt/qtdbus:5 ) enca? ( app-i18n/enca ) ffmpeg? ( media-video/ffmpeg:= ) - flac? ( media-libs/flac ) + flac? ( media-libs/flac:= ) game? ( media-libs/game-music-emu ) jack? ( media-libs/libsamplerate diff --git a/media-sound/qmmp/qmmp-9999.ebuild b/media-sound/qmmp/qmmp-9999.ebuild index 4cb654a37cde..19f9dc5369fe 100644 --- a/media-sound/qmmp/qmmp-9999.ebuild +++ b/media-sound/qmmp/qmmp-9999.ebuild @@ -52,7 +52,7 @@ RDEPEND=" dbus? ( dev-qt/qtdbus:5 ) enca? ( app-i18n/enca ) ffmpeg? ( media-video/ffmpeg:= ) - flac? ( media-libs/flac ) + flac? ( media-libs/flac:= ) game? ( media-libs/game-music-emu ) jack? ( media-libs/libsamplerate