diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:13:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:13:47 +0200 |
commit | b49836d157c02903d946615916e6f90cc83eca4d (patch) | |
tree | 60d78520f6f333eb06eeaebe84b92ac856c2fe91 /net-misc/seafile | |
parent | net-misc/s3cmd: Remove py2.7 (diff) | |
download | gentoo-b49836d157c02903d946615916e6f90cc83eca4d.tar.gz gentoo-b49836d157c02903d946615916e6f90cc83eca4d.tar.bz2 gentoo-b49836d157c02903d946615916e6f90cc83eca4d.zip |
net-misc/seafile: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/seafile')
-rw-r--r-- | net-misc/seafile/seafile-7.0.4.ebuild | 2 | ||||
-rw-r--r-- | 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 1779236fefd9..6434ae64a9e1 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 0ba1676a8c00..cff364fbb186 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 |