diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-01-20 21:10:36 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-01-20 21:10:36 +0100 |
commit | af7279f5dd8caa8f1b382f5a69193bf36d70ca6c (patch) | |
tree | b879dab067def4e813b4c451ace1d520989bbbaf | |
parent | dev-erlang/sqlite3: Stabilize 1.1.13 amd64, #831401 (diff) | |
download | gentoo-af7279f5dd8caa8f1b382f5a69193bf36d70ca6c.tar.gz gentoo-af7279f5dd8caa8f1b382f5a69193bf36d70ca6c.tar.bz2 gentoo-af7279f5dd8caa8f1b382f5a69193bf36d70ca6c.zip |
net-im/ejabberd: Stabilize 21.12 amd64, #831401
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r-- | net-im/ejabberd/ejabberd-21.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/ejabberd/ejabberd-21.12.ebuild b/net-im/ejabberd/ejabberd-21.12.ebuild index 3f4d03ad5e89..49c2dc3fcfce 100644 --- a/net-im/ejabberd/ejabberd-21.12.ebuild +++ b/net-im/ejabberd/ejabberd-21.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://static.process-one.net/${PN}/downloads/${PV}/${P}.tgz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~sparc ~x86" REQUIRED_USE="mssql? ( odbc )" # TODO: Add 'tools' flag. IUSE="captcha debug full-xml ldap mssql mysql odbc pam postgres redis |