diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-01-04 00:50:25 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-01-04 01:24:56 +0100 |
commit | 0aff40872939bcf29cae67925e5371d75f57cbe6 (patch) | |
tree | 140a6133c0223cf0005f70e59b9988c3a59f781a /net-im | |
parent | dev-lua/lua_cliargs: drop old version (diff) | |
download | gentoo-0aff40872939bcf29cae67925e5371d75f57cbe6.tar.gz gentoo-0aff40872939bcf29cae67925e5371d75f57cbe6.tar.bz2 gentoo-0aff40872939bcf29cae67925e5371d75f57cbe6.zip |
net-im/prosody: amd64 stable
Closes: https://bugs.gentoo.org/756025
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/prosody/prosody-0.11.7-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/prosody/prosody-0.11.7-r2.ebuild b/net-im/prosody/prosody-0.11.7-r2.ebuild index 1cd89e0f987e..e39395687019 100644 --- a/net-im/prosody/prosody-0.11.7-r2.ebuild +++ b/net-im/prosody/prosody-0.11.7-r2.ebuild @@ -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=7 @@ -11,7 +11,7 @@ SRC_URI="https://prosody.im/downloads/source/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 arm arm64 x86" +KEYWORDS="amd64 arm arm64 x86" IUSE="+libevent libressl luajit mysql postgres +sqlite +ssl test +zlib" RESTRICT="!test? ( test )" |