diff options
author | 2010-11-05 21:36:11 +0000 | |
---|---|---|
committer | 2010-11-05 21:36:11 +0000 | |
commit | 4a53183d519004d0634fb470252d3d057c17f18b (patch) | |
tree | 6d40f27ccf2f58d5b44c6a9a3c0af9d998d6050f /net-im/prosody/prosody-0.6.2.ebuild | |
parent | Remove old patches - bug #340195 (diff) | |
download | historical-4a53183d519004d0634fb470252d3d057c17f18b.tar.gz historical-4a53183d519004d0634fb470252d3d057c17f18b.tar.bz2 historical-4a53183d519004d0634fb470252d3d057c17f18b.zip |
Fixed luasocket dependency.
Package-Manager: portage-2.2.0_alpha3/cvs/Linux x86_64
Diffstat (limited to 'net-im/prosody/prosody-0.6.2.ebuild')
-rw-r--r-- | net-im/prosody/prosody-0.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/prosody/prosody-0.6.2.ebuild b/net-im/prosody/prosody-0.6.2.ebuild index d562e101e297..0dadb26f5f7a 100644 --- a/net-im/prosody/prosody-0.6.2.ebuild +++ b/net-im/prosody/prosody-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.6.2.ebuild,v 1.4 2010/11/05 21:11:57 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.6.2.ebuild,v 1.5 2010/11/05 21:36:11 rafaelmartins Exp $ EAPI="2" @@ -18,7 +18,7 @@ IUSE="ssl" DEPEND="net-im/jabber-base >=dev-lang/lua-5.1 - dev-libs/luasocket + dev-lua/luasocket ssl? ( dev-lua/luasec ) dev-lua/luaexpat dev-libs/luafilesystem |