mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
seafile-pro-server: add mariadb use flag
This commit is contained in:
parent
f12b806f91
commit
e0dd684fbf
3 changed files with 6 additions and 2 deletions
|
|
@ -5,5 +5,7 @@
|
|||
<flag name="fuse">Enable seaf-fuse support</flag>
|
||||
<flag name="psd">Enable Adobe Photoshop PSD files indexing</flag>
|
||||
<flag name="saml">Add SAML 2.0 authentication support</flag>
|
||||
<flag name="mariadb">mariadb support</flag>
|
||||
<flag name="mysql">mysql support</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ SRC_URI="https://download.seafile.com/d/6e5297246c/files/?p=%2Fpro%2F${MY_P}&dl=
|
|||
LICENSE="seafile"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
IUSE="fuse mysql psd saml sqlite"
|
||||
IUSE="fuse mariadb mysql psd saml sqlite"
|
||||
|
||||
# https://manual.seafile.com/upgrade/upgrade_notes_for_10.0.x/
|
||||
# https://manual.seafile.com/changelog/changelog-for-seafile-professional-server/
|
||||
|
|
@ -41,6 +41,7 @@ RDEPEND="${PYTHON_DEPS}
|
|||
|
||||
')
|
||||
fuse? ( sys-fs/fuse:0 )
|
||||
mariadb? ( $(python_gen_cond_dep ' dev-python/mysqlclient[${PYTHON_USEDEP}]') )
|
||||
mysql? ( $(python_gen_cond_dep ' dev-python/mysqlclient[${PYTHON_USEDEP}]') )
|
||||
saml? ( $(python_gen_cond_dep ' dev-python/djangosaml2[${PYTHON_USEDEP}]') )
|
||||
sys-libs/libselinux
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ SRC_URI="https://download.seafile.com/d/6e5297246c/files/?p=%2Fpro%2F${MY_P}&dl=
|
|||
LICENSE="seafile"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
IUSE="fuse ldap mysql psd saml sqlite"
|
||||
IUSE="fuse ldap mariadb mysql psd saml sqlite"
|
||||
|
||||
# https://manual.seafile.com/upgrade/upgrade_notes_for_11.0.x/
|
||||
# https://manual.seafile.com/changelog/changelog-for-seafile-professional-server/
|
||||
|
|
@ -42,6 +42,7 @@ RDEPEND="${PYTHON_DEPS}
|
|||
')
|
||||
fuse? ( sys-fs/fuse:0 )
|
||||
ldap? ( $(python_gen_cond_dep ' dev-python/python-ldap[${PYTHON_USEDEP}]') )
|
||||
mariadb? ( $(python_gen_cond_dep ' dev-python/mysqlclient[${PYTHON_USEDEP}]') )
|
||||
mysql? ( $(python_gen_cond_dep ' dev-python/mysqlclient[${PYTHON_USEDEP}]') )
|
||||
saml? ( $(python_gen_cond_dep ' dev-python/djangosaml2[${PYTHON_USEDEP}]') )
|
||||
sys-libs/libselinux
|
||||
|
|
|
|||
Loading…
Reference in a new issue