Diff gertty-1.6.0-r1 with a gertty-9999

/usr/portage/dev-util/gertty/gertty-9999.ebuild 2023-10-09 14:52:30.964368387 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5
PYTHON_COMPAT=( python3_{9..11} )
6 6

  
7 7
inherit distutils-r1
......
14 14
	EGIT_BRANCH="master"
15 15
else
16 16
	inherit pypi
17
	KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
17
	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
18 18
fi
19 19

  
20 20
LICENSE="Apache-2.0"
21 21
SLOT="0"
22 22
IUSE=""
23 23

  
24
# needed til upstream merges https://review.opendev.org/c/ttygroup/gertty/+/880123
25
PATCHES="${FILESDIR}/sqlalchemy-2.patch"
26

  
24 27
DEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]"
25 28
RDEPEND="
26 29
	>=dev-python/pbr-0.11[${PYTHON_USEDEP}]
Thank you!