mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
seafile-pro-server: add mysql flag
This commit is contained in:
parent
da7103dd74
commit
3dde1202af
1 changed files with 2 additions and 1 deletions
|
|
@ -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:*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue