commit: 94775f3ec226df2dd196ae3c4af3d928511934ab
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 06:40:42 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 06:40:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94775f3e
media-libs/sdl-net: add explicit backports/snapshot TODO
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/sdl-net/sdl-net-1.2.8-r2.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/media-libs/sdl-net/sdl-net-1.2.8-r2.ebuild
b/media-libs/sdl-net/sdl-net-1.2.8-r2.ebuild
index 7cfc2935b429..e03f1e258a2e 100644
--- a/media-libs/sdl-net/sdl-net-1.2.8-r2.ebuild
+++ b/media-libs/sdl-net/sdl-net-1.2.8-r2.ebuild
@@ -1,8 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
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.2.x releases
+# will be made anymore.
+
inherit multilib-minimal
MY_P="${P/sdl-/SDL_}"