diff options
Diffstat (limited to 'games-util/loki_patch')
-rw-r--r-- | games-util/loki_patch/ChangeLog | 7 | ||||
-rw-r--r-- | games-util/loki_patch/loki_patch-20091105.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-util/loki_patch/ChangeLog b/games-util/loki_patch/ChangeLog index 9af98711fd7a..fa7c29bf2f2d 100644 --- a/games-util/loki_patch/ChangeLog +++ b/games-util/loki_patch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/loki_patch -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/ChangeLog,v 1.12 2010/01/09 18:28:21 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/ChangeLog,v 1.13 2012/05/03 03:41:15 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> loki_patch-20091105.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 09 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> loki_patch-20091105.ebuild: diff --git a/games-util/loki_patch/loki_patch-20091105.ebuild b/games-util/loki_patch/loki_patch-20091105.ebuild index 558e13ae5c24..60d3f3bafb3c 100644 --- a/games-util/loki_patch/loki_patch-20091105.ebuild +++ b/games-util/loki_patch/loki_patch-20091105.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/games-util/loki_patch/loki_patch-20091105.ebuild,v 1.3 2010/01/09 18:28:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/loki_patch-20091105.ebuild,v 1.4 2012/05/03 03:41:15 jdhore Exp $ EAPI=2 inherit autotools eutils @@ -19,7 +19,7 @@ RDEPEND="dev-util/xdelta:0 dev-libs/libxml2 dev-libs/glib:2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR} |