seafile-pro-server: add mysql flag

This commit is contained in:
blshkv 2020-02-12 14:02:34 +08:00
parent da7103dd74
commit 3dde1202af
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -11,10 +11,11 @@ HOMEPAGE="https://github.com/haiwen/seafile-server/ http://www.seafile.com/"
LICENSE="GPL-2+-with-openssl-exception"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="fuse"
IUSE="fuse mysql"
RDEPEND="${PYTHON_DEPS}
fuse? ( sys-fs/fuse:* )
mysql? ( dev-python/mysql-python )
sys-libs/libselinux
dev-libs/nss
virtual/jre:*"