diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-01-24 09:34:20 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-01-24 10:09:05 +0200 |
commit | da0e58c6c8dbc64d8b64b04637aac0dcaf955d69 (patch) | |
tree | 0bc99ccab15658ab03566e4bf17ba0dc8140f375 /net-misc | |
parent | net-misc/seafile-client: version bump to 8.0.1 (diff) | |
download | gentoo-da0e58c6c8dbc64d8b64b04637aac0dcaf955d69.tar.gz gentoo-da0e58c6c8dbc64d8b64b04637aac0dcaf955d69.tar.bz2 gentoo-da0e58c6c8dbc64d8b64b04637aac0dcaf955d69.zip |
net-misc/seafile: sort the deps better in 8.0.1
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/seafile/seafile-8.0.1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-misc/seafile/seafile-8.0.1.ebuild b/net-misc/seafile/seafile-8.0.1.ebuild index 34ef04ab9f88..b64c19dc047b 100644 --- a/net-misc/seafile/seafile-8.0.1.ebuild +++ b/net-misc/seafile/seafile-8.0.1.ebuild @@ -20,18 +20,18 @@ IUSE="libressl" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - net-libs/libsearpc[${PYTHON_SINGLE_USEDEP}] - dev-libs/glib:2 - dev-libs/libevent - dev-libs/jansson $(python_gen_cond_dep ' dev-python/future[${PYTHON_MULTI_USEDEP}] ') - sys-libs/zlib - net-misc/curl !libressl? ( dev-libs/openssl:= ) libressl? ( dev-libs/libressl:= ) - dev-db/sqlite:3" + dev-db/sqlite:3 + dev-libs/glib:2 + dev-libs/jansson + dev-libs/libevent + net-libs/libsearpc[${PYTHON_SINGLE_USEDEP}] + net-misc/curl + sys-libs/zlib" DEPEND="${RDEPEND} $(vala_depend)" |