Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/moviepy/
Date: Fri, 27 Dec 2019 11:05:15
Message-Id: 1577444689.ee613e86dae90b5b63361811c854e60af9868804.pacho@gentoo
1 commit: ee613e86dae90b5b63361811c854e60af9868804
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 27 11:04:49 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 27 11:04:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee613e86
7
8 dev-python/moviepy: Fix EAPI
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-python/moviepy/moviepy-1.0.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/moviepy/moviepy-1.0.1.ebuild b/dev-python/moviepy/moviepy-1.0.1.ebuild
17 index 43f4f9deea7..ea02beaa5f1 100644
18 --- a/dev-python/moviepy/moviepy-1.0.1.ebuild
19 +++ b/dev-python/moviepy/moviepy-1.0.1.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 PYTHON_COMPAT=( python3_{5,6,7} )
28 PYTHON_REQ_USE="threads(+)"