diff options
-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_}" |