mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 12:51:02 +02:00
seafile-pro-server: fuse deps
This commit is contained in:
parent
ffda9811b8
commit
95c94d5513
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
|
|||
IUSE="fuse mysql"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
fuse? ( sys-fs/fuse:* )
|
||||
fuse? ( sys-fs/fuse:0 )
|
||||
mysql? ( $(python_gen_cond_dep '
|
||||
|| ( dev-python/mysqlclient[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/mysql-python[${PYTHON_SINGLE_USEDEP}] ) )
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ RDEPEND="${PYTHON_DEPS}
|
|||
dev-python/ldap3[${PYTHON_MULTI_USEDEP}]
|
||||
')
|
||||
|
||||
fuse? ( sys-fs/fuse:* )
|
||||
fuse? ( sys-fs/fuse:0 )
|
||||
mysql? ( $(python_gen_cond_dep ' dev-python/mysqlclient[${PYTHON_MULTI_USEDEP}]') )
|
||||
sys-libs/libselinux
|
||||
dev-libs/nss
|
||||
|
|
|
|||
Loading…
Reference in a new issue