diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2012-03-06 10:40:58 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2012-03-06 10:40:58 +0000 |
commit | 8a986903464b1dcff7646913c85f8b486f762f95 (patch) | |
tree | af3914436d5590260e64ee42176161d93775be06 /net-im/prosody/prosody-0.8.1.ebuild | |
parent | Mask some packages for removal. (diff) | |
download | gentoo-2-8a986903464b1dcff7646913c85f8b486f762f95.tar.gz gentoo-2-8a986903464b1dcff7646913c85f8b486f762f95.tar.bz2 gentoo-2-8a986903464b1dcff7646913c85f8b486f762f95.zip |
Prosody is currently not compatible with Lua >=5.2 (bug 407079)
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-im/prosody/prosody-0.8.1.ebuild')
-rw-r--r-- | net-im/prosody/prosody-0.8.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/prosody/prosody-0.8.1.ebuild b/net-im/prosody/prosody-0.8.1.ebuild index 2ef1e2e9792d..d80d66403f81 100644 --- a/net-im/prosody/prosody-0.8.1.ebuild +++ b/net-im/prosody/prosody-0.8.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.8.1.ebuild,v 1.1 2011/06/06 11:42:39 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.8.1.ebuild,v 1.2 2012/03/06 10:40:57 klausman Exp $ EAPI="2" @@ -18,6 +18,7 @@ IUSE="libevent mysql postgres sqlite ssl zlib" DEPEND="net-im/jabber-base >=dev-lang/lua-5.1 + !>=dev-lang/lua-5.2.0 >=net-dns/libidn-1.1 >=dev-libs/openssl-0.9.8" RDEPEND="${DEPEND} |