mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-im/synapse: add optfeature for URL Previews
Optional URL Previews feature needs dev-python/lxml. Closes: https://bugs.gentoo.org/970651 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
@@ -276,6 +276,7 @@ BDEPEND="
|
||||
${RDEPEND}
|
||||
dev-python/hiredis[${PYTHON_USEDEP}]
|
||||
dev-python/idna[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
dev-python/parameterized[${PYTHON_USEDEP}]
|
||||
dev-python/txredisapi[${PYTHON_USEDEP}]
|
||||
postgres? ( dev-db/postgresql[server] )
|
||||
@@ -340,6 +341,7 @@ src_install() {
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "Redis support" dev-python/txredisapi
|
||||
optfeature "URL previews" dev-python/lxml
|
||||
optfeature "VoIP relaying on your homeserver with turn" net-im/coturn
|
||||
|
||||
if [[ -z "${REPLACING_VERSIONS}" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user