Skip to content

Commit

Permalink
net-im/prosody-0.9.10: Restrict luasec to <0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
klausman committed Nov 5, 2016
1 parent 1a03992 commit 7ce9419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-im/prosody/prosody-0.9.10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 7ce9419

Please sign in to comment.