1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-21 05:18:04 +01:00

Changed keywords and python version for several ebuilds

This commit is contained in:
2025-07-31 13:15:04 +02:00
parent 054cdfe501
commit 7b8829dfe0
62 changed files with 74 additions and 73 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..13} )
PYTHON_COMPAT=( python3_{10..13} )
inherit git-r3
inherit distutils-r1
@@ -16,7 +16,7 @@ EGIT_BRANCH="master"
LICENSE="LGPL"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~x86 ~arm64 ~arm"
RDEPEND="
>=x11-libs/libX11-1.7.5