commit: b49836d157c02903d946615916e6f90cc83eca4d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 7 15:13:47 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 7 15:13:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49836d1
net-misc/seafile: Remove py2.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-misc/seafile/seafile-7.0.4.ebuild | 2 +-
net-misc/seafile/seafile-7.0.5-r1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/seafile/seafile-7.0.4.ebuild
b/net-misc/seafile/seafile-7.0.4.ebuild
index 1779236fefd..6434ae64a9e 100644
--- a/net-misc/seafile/seafile-7.0.4.ebuild
+++ b/net-misc/seafile/seafile-7.0.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=(python{2_7,3_6})
+PYTHON_COMPAT=(python3_6)
inherit autotools python-single-r1 vala
diff --git a/net-misc/seafile/seafile-7.0.5-r1.ebuild
b/net-misc/seafile/seafile-7.0.5-r1.ebuild
index 0ba1676a8c0..cff364fbb18 100644
--- a/net-misc/seafile/seafile-7.0.5-r1.ebuild
+++ b/net-misc/seafile/seafile-7.0.5-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=(python{2_7,3_6})
+PYTHON_COMPAT=(python3_6)
WANT_AUTOMAKE=1.16