From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1455206-garchives=archives.gentoo.org@lists.gentoo.org> 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 7D425158020 for <garchives@archives.gentoo.org>; Thu, 10 Nov 2022 06:41:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDF60E0955; Thu, 10 Nov 2022 06:41:39 +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 D0314E0955 for <gentoo-commits@lists.gentoo.org>; Thu, 10 Nov 2022 06:41:39 +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 D8C5A340E96 for <gentoo-commits@lists.gentoo.org>; Thu, 10 Nov 2022 06:41:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB8C2738 for <gentoo-commits@lists.gentoo.org>; Thu, 10 Nov 2022 06:41:35 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1668062428.136a3bc42265bdd325bf7cf1c9402343bee0e2dd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-sound/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl-sound/sdl-sound-1.0.3-r3.ebuild X-VCS-Directories: media-libs/sdl-sound/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 136a3bc42265bdd325bf7cf1c9402343bee0e2dd X-VCS-Branch: master Date: Thu, 10 Nov 2022 06:41:35 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3a54b224-df4c-47aa-8747-cb638da4310c X-Archives-Hash: 7050103ff757dc55d4289556bfb8ee8d commit: 136a3bc42265bdd325bf7cf1c9402343bee0e2dd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Nov 10 06:40:28 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Nov 10 06:40:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=136a3bc4 media-libs/sdl-sound: add explicit backports/snapshot TODO Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/sdl-sound/sdl-sound-1.0.3-r3.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media-libs/sdl-sound/sdl-sound-1.0.3-r3.ebuild b/media-libs/sdl-sound/sdl-sound-1.0.3-r3.ebuild index eb34c69194cf..7380edd37f8e 100644 --- a/media-libs/sdl-sound/sdl-sound-1.0.3-r3.ebuild +++ b/media-libs/sdl-sound/sdl-sound-1.0.3-r3.ebuild @@ -3,6 +3,10 @@ EAPI=8 +# We may want to grab backports from the SDL-1.2 branch upstream or +# even take snapshots from it in future, as no SDL 1 / 1.x releases +# will be made anymore. + inherit autotools multilib-minimal MY_P="${P/sdl-/SDL_}"