fix typo in over, dec8
This commit is contained in:
parent
c46777db4b
commit
9cd1a1dd76
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{11,13} )
|
PYTHON_COMPAT=( python3_{11..13} )
|
||||||
inherit distutils-r1 git-r3
|
inherit distutils-r1 git-r3
|
||||||
|
|
||||||
DESCRIPTION="Minimalistic shared libraries of the Decade project."
|
DESCRIPTION="Minimalistic shared libraries of the Decade project."
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{11,13} )
|
PYTHON_COMPAT=( python3_{11..13} )
|
||||||
inherit distutils-r1 git-r3
|
inherit distutils-r1 git-r3
|
||||||
|
|
||||||
DESCRIPTION="Useful Python libraries and convenience functions from the former Overwatch UAV project."
|
DESCRIPTION="Useful Python libraries and convenience functions from the former Overwatch UAV project."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue