diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2014-04-17 00:16:17 +0000 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2014-04-17 00:16:17 +0000 |
commit | 0abbddd6d5e43f7e6aa8f2931c615e083e7920c6 (patch) | |
tree | 168f888fa82228509d0d9cb2cff0824640b491e6 /net-im/prosody | |
parent | Version bump for prosody. (diff) | |
download | gentoo-2-0abbddd6d5e43f7e6aa8f2931c615e083e7920c6.tar.gz gentoo-2-0abbddd6d5e43f7e6aa8f2931c615e083e7920c6.tar.bz2 gentoo-2-0abbddd6d5e43f7e6aa8f2931c615e083e7920c6.zip |
Prosody requires newer luaexpat.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'net-im/prosody')
-rw-r--r-- | net-im/prosody/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/prosody/prosody-0.9.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/prosody/ChangeLog b/net-im/prosody/ChangeLog index 845fb4442d4a..8879e29f785a 100644 --- a/net-im/prosody/ChangeLog +++ b/net-im/prosody/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/prosody # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/ChangeLog,v 1.35 2014/04/16 23:27:47 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/ChangeLog,v 1.36 2014/04/17 00:16:17 zx2c4 Exp $ + + 17 Apr 2014; Jason A. Donenfeld <zx2c4@gentoo.org> prosody-0.9.4.ebuild: + Prosody requires newer luaexpat. *prosody-0.9.4 (16 Apr 2014) diff --git a/net-im/prosody/prosody-0.9.4.ebuild b/net-im/prosody/prosody-0.9.4.ebuild index ea5ad7d0a5c0..293855f6049c 100644 --- a/net-im/prosody/prosody-0.9.4.ebuild +++ b/net-im/prosody/prosody-0.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.9.4.ebuild,v 1.1 2014/04/16 23:27:47 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.9.4.ebuild,v 1.2 2014/04/17 00:16:17 zx2c4 Exp $ EAPI=5 @@ -23,7 +23,7 @@ DEPEND="net-im/jabber-base >=net-dns/libidn-1.1 >=dev-libs/openssl-0.9.8" RDEPEND="${DEPEND} - dev-lua/luaexpat + >=dev-lua/luaexpat-1.3.0 dev-lua/luafilesystem ipv6? ( >=dev-lua/luasocket-3 ) !ipv6? ( dev-lua/luasocket ) |