commit:     b7eb2b9616abb506d74b6de286953d00bfd87059
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 26 04:23:29 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 26 06:52:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7eb2b96

net-misc/seafile: enable py3.10

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-misc/seafile/seafile-8.0.3-r3.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-misc/seafile/seafile-8.0.3-r3.ebuild 
b/net-misc/seafile/seafile-8.0.3-r3.ebuild
index a73082ad7ff..296b36c5b24 100644
--- a/net-misc/seafile/seafile-8.0.3-r3.ebuild
+++ b/net-misc/seafile/seafile-8.0.3-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 RELEASE_COMMIT="303080b54859d0fc55ce693902c95f9620876c1b"
 
@@ -12,6 +12,7 @@ inherit autotools python-single-r1 vala
 DESCRIPTION="File syncing and sharing software with file encryption and group 
sharing"
 HOMEPAGE="https://www.seafile.com/ https://github.com/haiwen/seafile/";
 SRC_URI="https://github.com/haiwen/${PN}/archive/${RELEASE_COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
 
 LICENSE="GPL-2+-with-openssl-exception"
 SLOT="0"
@@ -34,8 +35,6 @@ DEPEND="${RDEPEND}"
 BDEPEND="${PYTHON_DEPS}
        $(vala_depend)"
 
-S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
-
 src_prepare() {
        default
        eautoreconf

Reply via email to