summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2012-05-04 04:01:52 +0000
committerJeff Horelick <jdhore@gentoo.org>2012-05-04 04:01:52 +0000
commit0fb05adf46b2b68053da4bcaf044fe51657180d6 (patch)
tree2605f9b53915de62d561627da032f14fbe72afac /dev-lua/luaexpat
parentdev-util/pkgconfig -> virtual/pkgconfig (diff)
downloadgentoo-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/luaexpat')
-rw-r--r--dev-lua/luaexpat/ChangeLog6
-rw-r--r--dev-lua/luaexpat/luaexpat-1.2.0-r1.ebuild4
-rw-r--r--dev-lua/luaexpat/luaexpat-1.2.0.ebuild6
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-lua/luaexpat/ChangeLog b/dev-lua/luaexpat/ChangeLog
index 5572841c720a..ca6c2a253fd1 100644
--- a/dev-lua/luaexpat/ChangeLog
+++ b/dev-lua/luaexpat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lua/luaexpat
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luaexpat/ChangeLog,v 1.5 2012/03/01 12:51:19 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luaexpat/ChangeLog,v 1.6 2012/05/04 04:01:48 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> luaexpat-1.2.0.ebuild,
+ luaexpat-1.2.0-r1.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
*luaexpat-1.2.0-r1 (01 Mar 2012)
diff --git a/dev-lua/luaexpat/luaexpat-1.2.0-r1.ebuild b/dev-lua/luaexpat/luaexpat-1.2.0-r1.ebuild
index 361db69e4d67..210ffd1d4d13 100644
--- a/dev-lua/luaexpat/luaexpat-1.2.0-r1.ebuild
+++ b/dev-lua/luaexpat/luaexpat-1.2.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luaexpat/luaexpat-1.2.0-r1.ebuild,v 1.1 2012/03/01 12:51:18 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luaexpat/luaexpat-1.2.0-r1.ebuild,v 1.2 2012/05/04 04:01:48 jdhore Exp $
EAPI=4
@@ -18,7 +18,7 @@ IUSE=""
RDEPEND=">=dev-lang/lua-5.1[deprecated]
dev-libs/expat"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_prepare() {
sed -i -e "s#^LUA_LIBDIR=.*#LUA_LIBDIR=$(pkg-config --variable INSTALL_CMOD lua)#" "${S}/config"
diff --git a/dev-lua/luaexpat/luaexpat-1.2.0.ebuild b/dev-lua/luaexpat/luaexpat-1.2.0.ebuild
index 6759d45ed83b..be422b705711 100644
--- a/dev-lua/luaexpat/luaexpat-1.2.0.ebuild
+++ b/dev-lua/luaexpat/luaexpat-1.2.0.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/luaexpat/luaexpat-1.2.0.ebuild,v 1.1 2011/06/06 11:34:21 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luaexpat/luaexpat-1.2.0.ebuild,v 1.2 2012/05/04 04:01:50 jdhore Exp $
EAPI=2
@@ -18,7 +18,7 @@ IUSE=""
RDEPEND=">=dev-lang/lua-5.1[deprecated]
dev-libs/expat"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_prepare() {
sed -i -e "s#^LUA_LIBDIR=.*#LUA_LIBDIR=$(pkg-config --variable INSTALL_CMOD lua)#" "${S}/config"