diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-02-17 19:54:33 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-02-17 19:54:42 +0100 |
commit | 9e1b7ffbab3fccbd282e316a4b0afaaf6c3b0fac (patch) | |
tree | 81f26db114b0c72ee7218b6390d922f14afe2ef5 /media-video | |
parent | media-video/vidify: add py3.9 (diff) | |
download | guru-9e1b7ffbab3fccbd282e316a4b0afaaf6c3b0fac.tar.gz guru-9e1b7ffbab3fccbd282e316a4b0afaaf6c3b0fac.tar.bz2 guru-9e1b7ffbab3fccbd282e316a4b0afaaf6c3b0fac.zip |
media-video/vidify-audiosync: add py3.9
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vidify-audiosync/vidify-audiosync-0.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/vidify-audiosync/vidify-audiosync-0.3.0.ebuild b/media-video/vidify-audiosync/vidify-audiosync-0.3.0.ebuild index f214984bd..2a32a5a29 100644 --- a/media-video/vidify-audiosync/vidify-audiosync-0.3.0.ebuild +++ b/media-video/vidify-audiosync/vidify-audiosync-0.3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 |