seafile-pro-server: add mariadb use flag

This commit is contained in:
Anton Bolshakov 2024-04-09 12:14:21 +08:00
parent f12b806f91
commit e0dd684fbf
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
3 changed files with 6 additions and 2 deletions

View file

@ -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>

View file

@ -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

View file

@ -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