diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-11-05 15:40:18 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-11-05 15:41:00 +0100 |
commit | 7ce9419857fb482df6549b36e51e0cca1a614c56 (patch) | |
tree | 11702598fe8eab3ed907b420ace9caaf7d4c4457 /net-im/prosody | |
parent | dev-perl/Test-Warnings: add ~amd64-fbsd KEYWORDS (diff) | |
download | gentoo-7ce9419857fb482df6549b36e51e0cca1a614c56.tar.gz gentoo-7ce9419857fb482df6549b36e51e0cca1a614c56.tar.bz2 gentoo-7ce9419857fb482df6549b36e51e0cca1a614c56.zip |
net-im/prosody-0.9.10: Restrict luasec to <0.6
Diffstat (limited to 'net-im/prosody')
-rw-r--r-- | net-im/prosody/prosody-0.9.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/prosody/prosody-0.9.10.ebuild b/net-im/prosody/prosody-0.9.10.ebuild index 5c6e4e1a3ea9..9635ea01b494 100644 --- a/net-im/prosody/prosody-0.9.10.ebuild +++ b/net-im/prosody/prosody-0.9.10.ebuild @@ -31,7 +31,7 @@ RDEPEND="${DEPEND} mysql? ( dev-lua/luadbi[mysql] ) postgres? ( dev-lua/luadbi[postgres] ) sqlite? ( dev-lua/luadbi[sqlite] ) - ssl? ( dev-lua/luasec ) + ssl? ( <dev-lua/luasec-0.6 ) zlib? ( dev-lua/lua-zlib )" S=${WORKDIR}/${MY_P} |