Diff gammastep-2.0.9-r1 with a gammastep-2.0.10

/usr/portage/x11-misc/gammastep/gammastep-2.0.10.ebuild 2025-07-29 16:22:17.968470374 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{9..11} )
6
PYTHON_COMPAT=( python3_{9..13} )
7 7

  
8 8
inherit autotools systemd xdg-utils python-r1
9 9

  
......
11 11
HOMEPAGE="https://gitlab.com/chinstrap/gammastep"
12 12
SRC_URI="https://gitlab.com/chinstrap/gammastep/-/archive/v${PV}/gammastep-v${PV}.tar.bz2"
13 13

  
14
S="${WORKDIR}"/${PN}-v${PV}
15

  
14 16
LICENSE="GPL-3"
15 17
SLOT="0"
16
KEYWORDS="amd64 ~x86"
18
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
17 19
IUSE="appindicator geoclue gtk nls wayland"
18 20

  
19 21
COMMON_DEPEND=">=x11-libs/libX11-1.4
......
33 35
"
34 36
REQUIRED_USE="gtk? ( ${PYTHON_REQUIRED_USE} )"
35 37

  
36
S="${WORKDIR}"/${PN}-v${PV}
37

  
38 38
src_prepare() {
39 39
	default
40 40
	eautoreconf
Thank you!