summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-10-26 07:23:29 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-10-26 09:52:14 +0300
commitb7eb2b9616abb506d74b6de286953d00bfd87059 (patch)
tree6fd384c40372e2b7ea32552701abcd0537fe873b /net-misc/seafile
parentnet-libs/libsearpc: enable py3.10 (diff)
downloadgentoo-b7eb2b9616abb506d74b6de286953d00bfd87059.tar.gz
gentoo-b7eb2b9616abb506d74b6de286953d00bfd87059.tar.bz2
gentoo-b7eb2b9616abb506d74b6de286953d00bfd87059.zip
net-misc/seafile: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc/seafile')
-rw-r--r--net-misc/seafile/seafile-8.0.3-r3.ebuild5
1 files 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 a73082ad7ff6..296b36c5b240 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