Diff stone-soup-0.30.1 with a stone-soup-0.31.0_pre20230712

/usr/portage/games-roguelike/stone-soup/stone-soup-0.31.0_pre20230712.ebuild 2023-10-09 14:52:31.124368391 +0300
16 16

  
17 17
LUA_COMPAT=( lua5-1 )
18 18
LUA_REQ_USE="deprecated"
19
PYTHON_COMPAT=( python3_{9,10,11,12} )
19
PYTHON_COMPAT=( python3_{10,11,12} )
20 20
VIRTUALX_REQUIRED="manual"
21 21
inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
22 22

  
23 23
DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting in dungeons"
24 24
HOMEPAGE="https://crawl.develz.org"
25
SLOT="0.30"
25
SLOT="0.31"
26 26

  
27 27
# Leave empty string if not a _pre release
28
COMMITSHA=""
28
COMMITSHA="771a54ca4b33d56804086cbf34083023ac7d748c"
29 29
if [ -z "${COMMITSHA}" ]; then
30 30
	# This is a tagged release
31 31
	# Note the archive URI and file layout changed upstream between 0.29.0 and 0.29.1
Thank you!