diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-06-08 22:22:51 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-06-08 22:24:11 +0200 |
commit | c03726146c7be5ee2278e4eb60d72cef06bc35dc (patch) | |
tree | 78953c2bd068cfea4465ffbf36a26551e2093725 | |
parent | media-video/vidify: pep517, enable py3.11 (diff) | |
download | gentoo-c03726146c7be5ee2278e4eb60d72cef06bc35dc.tar.gz gentoo-c03726146c7be5ee2278e4eb60d72cef06bc35dc.tar.bz2 gentoo-c03726146c7be5ee2278e4eb60d72cef06bc35dc.zip |
media-video/vidify-audiosync: pep517, enablepy3.11, EAPI8
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r-- | media-video/vidify-audiosync/vidify-audiosync-0.3.0-r1.ebuild (renamed from media-video/vidify-audiosync/vidify-audiosync-0.3.0.ebuild) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-video/vidify-audiosync/vidify-audiosync-0.3.0.ebuild b/media-video/vidify-audiosync/vidify-audiosync-0.3.0-r1.ebuild index d1c6330734f4..232e20ef4693 100644 --- a/media-video/vidify-audiosync/vidify-audiosync-0.3.0.ebuild +++ b/media-video/vidify-audiosync/vidify-audiosync-0.3.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} ) +EAPI=8 +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Audio synchronization feature for vidify" |