Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/seafile/
Date: Sun, 31 Oct 2021 06:37:50
Message-Id: 1635662220.f77c7b33723a0c934f0a7130d031935679d24f5e.juippis@gentoo
1 commit: f77c7b33723a0c934f0a7130d031935679d24f5e
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 06:37:00 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 06:37:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77c7b33
7
8 net-misc/seafile: enable py3.10, adjust deps on 8.0.4
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 net-misc/seafile/seafile-8.0.4.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/net-misc/seafile/seafile-8.0.4.ebuild b/net-misc/seafile/seafile-8.0.4.ebuild
16 index 875d39827f6..6c9c198dc21 100644
17 --- a/net-misc/seafile/seafile-8.0.4.ebuild
18 +++ b/net-misc/seafile/seafile-8.0.4.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{8..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25
26 RELEASE_COMMIT="d01b8de6d378c69525e6ed57b84bd22579b96444"
27
28 @@ -29,6 +29,7 @@ RDEPEND="${PYTHON_DEPS}
29 dev-libs/libevent:=
30 net-libs/libsearpc[${PYTHON_SINGLE_USEDEP}]
31 net-misc/curl
32 + sys-apps/util-linux
33 sys-libs/zlib"
34 DEPEND="${RDEPEND}"
35 BDEPEND="${PYTHON_DEPS}