diff --git a/www-apps/seafile-pro-server/seafile-pro-server-10.0.4.ebuild b/www-apps/seafile-pro-server/seafile-pro-server-10.0.4.ebuild index b2bf3f2a1..173d37007 100644 --- a/www-apps/seafile-pro-server/seafile-pro-server-10.0.4.ebuild +++ b/www-apps/seafile-pro-server/seafile-pro-server-10.0.4.ebuild @@ -14,15 +14,11 @@ 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 sqlite" +IUSE="fuse 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/ -#FIXME, add ADFS use flag with: -# djangosaml2 -# pysaml2 - RDEPEND="${PYTHON_DEPS} =app-misc/elasticsearch-8* $(python_gen_cond_dep ' @@ -46,6 +42,7 @@ RDEPEND="${PYTHON_DEPS} ') fuse? ( sys-fs/fuse:0 ) mysql? ( $(python_gen_cond_dep ' dev-python/mysqlclient[${PYTHON_USEDEP}]') ) + saml? ( $(python_gen_cond_dep ' dev-python/djangosaml2[${PYTHON_USEDEP}]') ) sys-libs/libselinux dev-libs/nss virtual/jre:*"