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 B5551158095 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 623A5E0931; 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 45BF6E0931 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 58840340F41 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 ED7A75E6 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: <1662799231.cda8d74c42851638c75005afa77eadc4aa51330b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/quakeforge/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/quakeforge/quakeforge-0.7.2_p20210722-r1.ebuild games-fps/quakeforge/quakeforge-0.7.2_p20210722.ebuild games-fps/quakeforge/quakeforge-9999.ebuild X-VCS-Directories: games-fps/quakeforge/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cda8d74c42851638c75005afa77eadc4aa51330b 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: 39ee94c0-f5fb-4666-ac20-6d0031489880 X-Archives-Hash: db2637da378ebb6dbfd645650865ec56 commit: cda8d74c42851638c75005afa77eadc4aa51330b Author: Sam James gentoo org> AuthorDate: Sat Sep 10 08:35:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 10 08:40:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda8d74c games-fps/quakeforge: add media-libs/flac subslot dep media-libs/flac-1.4.0 breaks ABI. Signed-off-by: Sam James gentoo.org> ...orge-0.7.2_p20210722.ebuild => quakeforge-0.7.2_p20210722-r1.ebuild} | 2 +- games-fps/quakeforge/quakeforge-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-fps/quakeforge/quakeforge-0.7.2_p20210722.ebuild b/games-fps/quakeforge/quakeforge-0.7.2_p20210722-r1.ebuild similarity index 99% rename from games-fps/quakeforge/quakeforge-0.7.2_p20210722.ebuild rename to games-fps/quakeforge/quakeforge-0.7.2_p20210722-r1.ebuild index 00b38e91bb28..ec5f4c092af3 100644 --- a/games-fps/quakeforge/quakeforge-0.7.2_p20210722.ebuild +++ b/games-fps/quakeforge/quakeforge-0.7.2_p20210722-r1.ebuild @@ -31,7 +31,7 @@ RDEPEND=" x11-libs/libXext x11-libs/libXxf86vm alsa? ( media-libs/alsa-lib ) - flac? ( media-libs/flac ) + flac? ( media-libs/flac:= ) jack? ( virtual/jack ) sdl? ( media-libs/libsdl[sound] ) vorbis? ( media-libs/libvorbis ) diff --git a/games-fps/quakeforge/quakeforge-9999.ebuild b/games-fps/quakeforge/quakeforge-9999.ebuild index 8b48e19f6810..dd9873235d89 100644 --- a/games-fps/quakeforge/quakeforge-9999.ebuild +++ b/games-fps/quakeforge/quakeforge-9999.ebuild @@ -33,7 +33,7 @@ RDEPEND=" x11-libs/libXi x11-libs/libXxf86vm alsa? ( media-libs/alsa-lib ) - flac? ( media-libs/flac ) + flac? ( media-libs/flac:= ) jack? ( virtual/jack ) sdl? ( media-libs/libsdl[sound] ) vorbis? ( media-libs/libvorbis )