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 32604158095 for ; Sat, 10 Sep 2022 08:41:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D24DE0938; Sat, 10 Sep 2022 08:41:51 +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 45C63E0932 for ; Sat, 10 Sep 2022 08:41:51 +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 39FD2335DBF for ; Sat, 10 Sep 2022 08:41:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A41555E0 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: <1662799230.8e839ddff3effcd41909073c377b1d63a0edaa51.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/easytag/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/easytag/easytag-2.4.3-r3.ebuild media-sound/easytag/easytag-2.4.3-r4.ebuild X-VCS-Directories: media-sound/easytag/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8e839ddff3effcd41909073c377b1d63a0edaa51 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: eeae5a7e-b99e-4229-bc0e-0eba1b3738d9 X-Archives-Hash: b8f25465aec4c7860d14204e2c29b845 commit: 8e839ddff3effcd41909073c377b1d63a0edaa51 Author: Sam James gentoo org> AuthorDate: Sat Sep 10 08:33:27 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 10 08:40:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e839ddf media-sound/easytag: add media-libs/flac subslot dep media-libs/flac-1.4.0 breaks ABI. Signed-off-by: Sam James gentoo.org> .../easytag/{easytag-2.4.3-r3.ebuild => easytag-2.4.3-r4.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/easytag/easytag-2.4.3-r3.ebuild b/media-sound/easytag/easytag-2.4.3-r4.ebuild similarity index 98% rename from media-sound/easytag/easytag-2.4.3-r3.ebuild rename to media-sound/easytag/easytag-2.4.3-r4.ebuild index 98b5ca0d6565..2b517526edde 100644 --- a/media-sound/easytag/easytag-2.4.3-r3.ebuild +++ b/media-sound/easytag/easytag-2.4.3-r4.ebuild @@ -21,7 +21,7 @@ RDEPEND=" >=dev-libs/glib-2.38:2 media-libs/libcanberra[gtk3] >=x11-libs/gtk+-3.10:3 - flac? ( >=media-libs/flac-1.3 ) + flac? ( >=media-libs/flac-1.3:= ) mp3? ( >=media-libs/id3lib-3.8.3-r8 >=media-libs/libid3tag-0.15.1b-r4:=