diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-10-31 08:37:00 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-10-31 08:37:00 +0200 |
commit | f77c7b33723a0c934f0a7130d031935679d24f5e (patch) | |
tree | 1e171969a2d29b3514319ed73fe397ad8d2c75b4 /net-misc/seafile | |
parent | net-misc/seafile-client: update EAPI 7 -> 8, adjust deps on 8.0.4 (diff) | |
download | gentoo-f77c7b33723a0c934f0a7130d031935679d24f5e.tar.gz gentoo-f77c7b33723a0c934f0a7130d031935679d24f5e.tar.bz2 gentoo-f77c7b33723a0c934f0a7130d031935679d24f5e.zip |
net-misc/seafile: enable py3.10, adjust deps on 8.0.4
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc/seafile')
-rw-r--r-- | net-misc/seafile/seafile-8.0.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/seafile/seafile-8.0.4.ebuild b/net-misc/seafile/seafile-8.0.4.ebuild index 875d39827f6b..6c9c198dc21a 100644 --- a/net-misc/seafile/seafile-8.0.4.ebuild +++ b/net-misc/seafile/seafile-8.0.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) RELEASE_COMMIT="d01b8de6d378c69525e6ed57b84bd22579b96444" @@ -29,6 +29,7 @@ RDEPEND="${PYTHON_DEPS} dev-libs/libevent:= net-libs/libsearpc[${PYTHON_SINGLE_USEDEP}] net-misc/curl + sys-apps/util-linux sys-libs/zlib" DEPEND="${RDEPEND}" BDEPEND="${PYTHON_DEPS} |