diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-12-27 12:04:49 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-12-27 12:04:49 +0100 |
commit | ee613e86dae90b5b63361811c854e60af9868804 (patch) | |
tree | 84cae87d928bc9e0a4248549e5681e7f20f9a523 /dev-python/moviepy | |
parent | games-simulation/singularity: Add py3.8 (with new pygame py3-only) (diff) | |
download | gentoo-ee613e86dae90b5b63361811c854e60af9868804.tar.gz gentoo-ee613e86dae90b5b63361811c854e60af9868804.tar.bz2 gentoo-ee613e86dae90b5b63361811c854e60af9868804.zip |
dev-python/moviepy: Fix EAPI
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-python/moviepy')
-rw-r--r-- | dev-python/moviepy/moviepy-1.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/moviepy/moviepy-1.0.1.ebuild b/dev-python/moviepy/moviepy-1.0.1.ebuild index 43f4f9deea79..ea02beaa5f1e 100644 --- a/dev-python/moviepy/moviepy-1.0.1.ebuild +++ b/dev-python/moviepy/moviepy-1.0.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python3_{5,6,7} ) PYTHON_REQ_USE="threads(+)" |