diff options
Diffstat (limited to 'dev-lua/luasocket/luasocket-2.0.2.ebuild')
-rw-r--r-- | dev-lua/luasocket/luasocket-2.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lua/luasocket/luasocket-2.0.2.ebuild b/dev-lua/luasocket/luasocket-2.0.2.ebuild index e548b9581cd5..c57fe4f2787f 100644 --- a/dev-lua/luasocket/luasocket-2.0.2.ebuild +++ b/dev-lua/luasocket/luasocket-2.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasocket/luasocket-2.0.2.ebuild,v 1.1 2010/11/05 21:31:09 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasocket/luasocket-2.0.2.ebuild,v 1.2 2012/05/04 04:01:48 jdhore Exp $ EAPI=2 @@ -17,7 +17,7 @@ IUSE="debug" RDEPEND=">=dev-lang/lua-5.1[deprecated]" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { # Unix socket support is needed by app-crypt/ekeyd, but upstream |