net-im/ejabberd: adapt to >=erlang-24 (hipe was removed)

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Sergei Trofimovich 2021-05-16 14:49:15 +01:00
parent 9a209d9198
commit f2be78ab85
No known key found for this signature in database
GPG Key ID: ED5E45E06F2AC293
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ RESTRICT="test"
# TODO: tools? (
# TODO: >=dev-erlang/luerl-0.3
# TODO: )
DEPEND=">=dev-lang/erlang-19.3[hipe?,odbc?,ssl]
DEPEND=">=dev-lang/erlang-19.3[hipe(-)?,odbc?,ssl]
>=dev-erlang/cache_tab-1.0.22
>=dev-erlang/eimp-1.0.14
>=dev-erlang/fast_tls-1.1.5

View File

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@ -26,7 +26,7 @@ RESTRICT="test"
# TODO: tools? (
# TODO: >=dev-erlang/luerl-0.3
# TODO: )
DEPEND=">=dev-lang/erlang-19.3[hipe?,odbc?,ssl]
DEPEND=">=dev-lang/erlang-19.3[hipe(-)?,odbc?,ssl]
>=dev-erlang/cache_tab-1.0.25
>=dev-erlang/eimp-1.0.17
>=dev-erlang/fast_tls-1.1.8