Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/seafile/
Date: Thu, 07 May 2020 15:18:07
Message-Id: 1588864427.b49836d157c02903d946615916e6f90cc83eca4d.mgorny@gentoo
1 commit: b49836d157c02903d946615916e6f90cc83eca4d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 15:13:47 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 15:13:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49836d1
7
8 net-misc/seafile: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/seafile/seafile-7.0.4.ebuild | 2 +-
13 net-misc/seafile/seafile-7.0.5-r1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/seafile/seafile-7.0.4.ebuild b/net-misc/seafile/seafile-7.0.4.ebuild
17 index 1779236fefd..6434ae64a9e 100644
18 --- a/net-misc/seafile/seafile-7.0.4.ebuild
19 +++ b/net-misc/seafile/seafile-7.0.4.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=(python{2_7,3_6})
25 +PYTHON_COMPAT=(python3_6)
26
27 inherit autotools python-single-r1 vala
28
29
30 diff --git a/net-misc/seafile/seafile-7.0.5-r1.ebuild b/net-misc/seafile/seafile-7.0.5-r1.ebuild
31 index 0ba1676a8c0..cff364fbb18 100644
32 --- a/net-misc/seafile/seafile-7.0.5-r1.ebuild
33 +++ b/net-misc/seafile/seafile-7.0.5-r1.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=7
37
38 -PYTHON_COMPAT=(python{2_7,3_6})
39 +PYTHON_COMPAT=(python3_6)
40
41 WANT_AUTOMAKE=1.16