diff options
Diffstat (limited to 'games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild')
-rw-r--r-- | games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild b/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild index cd2d967e423b..bb46296e7328 100644 --- a/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild @@ -1,6 +1,17 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# There are many slots for this package because people in the community +# like to play old versions. Every release includes content changes +# where species/spells/monsters are added or removed. The public +# servers (e.g. http://crawl.akrasiac.org:8080) usually support playing +# versions back to 0.11. + +# It's not necessary for Gentoo to support these old version but it's +# something nice that our distro can offer that others don't. If the +# maintenance burden becomes excessive than we can revisit that +# position. + EAPI=8 LUA_COMPAT=( lua5-1 ) |