Diff steve-1.5.0 with a steve-1.5.2

/usr/portage/dev-build/steve/steve-1.5.2.ebuild 2026-09-03 20:03:05.079887084 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{12..14} )
6
PYTHON_COMPAT=( python3_{12..15} )
7 7

  
8 8
inherit linux-info meson python-any-r1 systemd udev
9 9

  
10 10
DESCRIPTION="A load-balancing jobserver for Gentoo"
11 11
HOMEPAGE="https://gitweb.gentoo.org/proj/steve.git/"
12
SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz"
12
SRC_URI="
13
	https://distfiles.gentoo.org/pub/dev/mgorny%40gentoo.org/steve/${P}.tar.xz
14
"
13 15

  
14 16
LICENSE="GPL-2+"
15 17
SLOT="0"
Thank you!