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/lua-zlib | |
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/lua-zlib')
-rw-r--r-- | dev-lua/lua-zlib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lua/lua-zlib/lua-zlib-0.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lua/lua-zlib/ChangeLog b/dev-lua/lua-zlib/ChangeLog index 2d9cdad92107..31d8f9ee21bd 100644 --- a/dev-lua/lua-zlib/ChangeLog +++ b/dev-lua/lua-zlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lua/lua-zlib -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v 1.1 2011/05/02 16:42:39 djc Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v 1.2 2012/05/04 04:01:51 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> lua-zlib-0.2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *lua-zlib-0.2 (02 May 2011) diff --git a/dev-lua/lua-zlib/lua-zlib-0.2.ebuild b/dev-lua/lua-zlib/lua-zlib-0.2.ebuild index 4b3d030978db..acc577742ba4 100644 --- a/dev-lua/lua-zlib/lua-zlib-0.2.ebuild +++ b/dev-lua/lua-zlib/lua-zlib-0.2.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/dev-lua/lua-zlib/lua-zlib-0.2.ebuild,v 1.1 2011/05/02 16:42:39 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/lua-zlib-0.2.ebuild,v 1.2 2012/05/04 04:01:51 jdhore Exp $ EAPI=3 @@ -18,7 +18,7 @@ IUSE="" RDEPEND="dev-lang/lua sys-libs/zlib" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_unpack() { unpack ${A} |