diff options
author | Sam James <sam@gentoo.org> | 2022-11-10 06:41:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-10 06:41:12 +0000 |
commit | 25cca8cd852fed2e6f245a14aee1e22d480d8152 (patch) | |
tree | 13e84db98d59f4d1d88c3d6f579af5305cf24b90 /media-libs/sdl-image | |
parent | media-libs/sdl-net: add explicit backports/snapshot TODO (diff) | |
download | gentoo-25cca8cd852fed2e6f245a14aee1e22d480d8152.tar.gz gentoo-25cca8cd852fed2e6f245a14aee1e22d480d8152.tar.bz2 gentoo-25cca8cd852fed2e6f245a14aee1e22d480d8152.zip |
media-libs/sdl-image: add explicit backports/snapshot TODO
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/sdl-image')
-rw-r--r-- | media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild b/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild index 3fe9ea4a9024..16f9cc515aad 100644 --- a/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild +++ b/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild @@ -1,7 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + +# We may want to grab backports from the SDL-1.2 branch upstream or +# or take new snapshots every so often as no SDL 1 / 1.2.x releases +# will be made anymore. + inherit toolchain-funcs multilib-minimal MY_P="${P/sdl-/SDL_}" |