commit: aeb56d71b291d52b4364993cfc5ffe3ad1e1ced3
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Feb 3 17:57:39 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Feb 3 17:57:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aeb56d71
media-video/vidify: Remove py3_6
py3_6 is not working with dep tekore
so it has to go here as well
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
media-video/vidify/metadata.xml | 4 ----
media-video/vidify/vidify-9999.ebuild | 2 +-
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/media-video/vidify/metadata.xml b/media-video/vidify/metadata.xml
index a604fe4..13b78b5 100644
--- a/media-video/vidify/metadata.xml
+++ b/media-video/vidify/metadata.xml
@@ -6,10 +6,6 @@
<email>[email protected]</email>
<name>Andrew Ammerlaan</name>
</maintainer>
- <maintainer type="project">
- <email>[email protected]</email>
- <name>Proxy Maintainers</name>
- </maintainer>
<use>
<flag name="vlc">Use python-vlc as backend for vidify</flag>
<flag name="mpv">Use python-mpv as backend for vidify</flag>
diff --git a/media-video/vidify/vidify-9999.ebuild
b/media-video/vidify/vidify-9999.ebuild
index 0fe24e7..50bdc76 100644
--- a/media-video/vidify/vidify-9999.ebuild
+++ b/media-video/vidify/vidify-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
DISTUTILS_USE_SETUPTOOLS=rdepend