fix typo in over, dec8

This commit is contained in:
RokuRokuYon 2025-03-28 10:13:59 +01:00
parent c46777db4b
commit 9cd1a1dd76
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{11,13} )
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 git-r3
DESCRIPTION="Useful Python libraries and convenience functions from the former Overwatch UAV project."