summaryrefslogtreecommitdiff
path: root/dev-python/bashate
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-18 07:26:49 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-18 07:26:49 +0000
commit73afc839cecfe85547d8ae6fb775796271e6c75c (patch)
tree86b6d3e7c08de213b98f18599fdb0b753bc32998 /dev-python/bashate
parente1bc9878cdf2ca006889a7f210a51592a5989d4a (diff)
downloadbaldeagleos-repo-73afc839cecfe85547d8ae6fb775796271e6c75c.tar.gz
baldeagleos-repo-73afc839cecfe85547d8ae6fb775796271e6c75c.tar.xz
baldeagleos-repo-73afc839cecfe85547d8ae6fb775796271e6c75c.zip
Adding metadata
Diffstat (limited to 'dev-python/bashate')
-rw-r--r--dev-python/bashate/bashate-2.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bashate/bashate-2.1.1.ebuild b/dev-python/bashate/bashate-2.1.1.ebuild
index c91bb71da867..6729c1464ab5 100644
--- a/dev-python/bashate/bashate-2.1.1.ebuild
+++ b/dev-python/bashate/bashate-2.1.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10,11,12,13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
DESCRIPTION="A pep8 equivalent for bash scripts"