diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-10-12 13:04:50 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-10-12 13:37:18 +0200 |
commit | 6cabc712d45b52806aac601ef19acb736d3afe4e (patch) | |
tree | 621b61d8e83443c3f70c04325060624883ddb3de /net-im | |
parent | www-servers/tomcat: bump to 8.5.59 (diff) | |
download | gentoo-6cabc712d45b52806aac601ef19acb736d3afe4e.tar.gz gentoo-6cabc712d45b52806aac601ef19acb736d3afe4e.tar.bz2 gentoo-6cabc712d45b52806aac601ef19acb736d3afe4e.zip |
net-im/prosody: add ~arm64 keyword
Tested on packet-at. All tests pass.
Closes: https://bugs.gentoo.org/747907
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/prosody/prosody-0.11.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/prosody/prosody-0.11.7-r1.ebuild b/net-im/prosody/prosody-0.11.7-r1.ebuild index 89566c865a54..bdfb5f9d6c39 100644 --- a/net-im/prosody/prosody-0.11.7-r1.ebuild +++ b/net-im/prosody/prosody-0.11.7-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://prosody.im/downloads/source/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="+libevent libressl luajit mysql postgres +sqlite +ssl test +zlib" RESTRICT="!test? ( test )" |