diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/gbinder/gbinder-1.1.2-r2.ebuild (renamed from dev-python/gbinder/gbinder-1.1.2-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/gbinder/gbinder-1.1.2-r1.ebuild b/dev-python/gbinder/gbinder-1.1.2-r2.ebuild index 448486cbc..f63c84d96 100644 --- a/dev-python/gbinder/gbinder-1.1.2-r1.ebuild +++ b/dev-python/gbinder/gbinder-1.1.2-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517="setuptools" DISTUTILS_EXT=1 @@ -21,7 +21,7 @@ else EGIT_REPO_URI="https://github.com/erfanoabdi/gbinder-python.git" fi -DESCRIPTION="Python bindings for libgbinder" +DESCRIPTION="Python bindings for dev-libs/gbinder" HOMEPAGE="https://github.com/erfanoabdi/gbinder-python" LICENSE="GPL-3" SLOT="0" |