diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 04:01:52 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 04:01:52 +0000 |
commit | 0fb05adf46b2b68053da4bcaf044fe51657180d6 (patch) | |
tree | 2605f9b53915de62d561627da032f14fbe72afac /dev-lua/luasocket | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-0fb05adf46b2b68053da4bcaf044fe51657180d6.tar.gz gentoo-2-0fb05adf46b2b68053da4bcaf044fe51657180d6.tar.bz2 gentoo-2-0fb05adf46b2b68053da4bcaf044fe51657180d6.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'dev-lua/luasocket')
-rw-r--r-- | dev-lua/luasocket/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lua/luasocket/luasocket-2.0.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lua/luasocket/ChangeLog b/dev-lua/luasocket/ChangeLog index 11d3e1c0b2e0..2449165ca187 100644 --- a/dev-lua/luasocket/ChangeLog +++ b/dev-lua/luasocket/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lua/luasocket -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasocket/ChangeLog,v 1.1 2010/11/05 21:31:09 rafaelmartins Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasocket/ChangeLog,v 1.2 2012/05/04 04:01:48 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> luasocket-2.0.2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 05 Nov 2010; Rafael G. Martins <rafaelmartins@gentoo.org> +luasocket-2.0.2.ebuild, +files/luasocket-2.0.2-unixsocket.patch, 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 |