diff options
author | Sam James <sam@gentoo.org> | 2022-11-10 06:40:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-10 06:40:42 +0000 |
commit | 94775f3ec226df2dd196ae3c4af3d928511934ab (patch) | |
tree | 4b38ec09c71e0c1e5e98780169c6c3c02d138590 /media-libs/sdl-net | |
parent | media-libs/sdl-sound: add explicit backports/snapshot TODO (diff) | |
download | gentoo-94775f3ec226df2dd196ae3c4af3d928511934ab.tar.gz gentoo-94775f3ec226df2dd196ae3c4af3d928511934ab.tar.bz2 gentoo-94775f3ec226df2dd196ae3c4af3d928511934ab.zip |
media-libs/sdl-net: add explicit backports/snapshot TODO
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/sdl-net')
-rw-r--r-- | media-libs/sdl-net/sdl-net-1.2.8-r2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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_}" |