diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 03:29:41 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 03:29:41 +0000 |
commit | 4201a847980d528dc7491f8c5fe190d12b0b8f25 (patch) | |
tree | 993085371b4d5aae1d57091daf77e8846ea44128 /games-misc/gtklife | |
parent | dev-util/pkgconfig > virtual/pkgconfig (diff) | |
download | gentoo-2-4201a847980d528dc7491f8c5fe190d12b0b8f25.tar.gz gentoo-2-4201a847980d528dc7491f8c5fe190d12b0b8f25.tar.bz2 gentoo-2-4201a847980d528dc7491f8c5fe190d12b0b8f25.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'games-misc/gtklife')
-rw-r--r-- | games-misc/gtklife/ChangeLog | 7 | ||||
-rw-r--r-- | games-misc/gtklife/gtklife-5.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-misc/gtklife/ChangeLog b/games-misc/gtklife/ChangeLog index 00057d127896..03ec0aadd555 100644 --- a/games-misc/gtklife/ChangeLog +++ b/games-misc/gtklife/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/gtklife -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/gtklife/ChangeLog,v 1.15 2011/03/01 07:23:15 mr_bones_ Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/gtklife/ChangeLog,v 1.16 2012/05/03 03:29:41 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> gtklife-5.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 01 Mar 2011; Michael Sterrett <mr_bones_@gentoo.org> gtklife-5.1.ebuild: EAPI=2; tidy diff --git a/games-misc/gtklife/gtklife-5.1.ebuild b/games-misc/gtklife/gtklife-5.1.ebuild index dbc5016d3eb9..7c499f534a60 100644 --- a/games-misc/gtklife/gtklife-5.1.ebuild +++ b/games-misc/gtklife/gtklife-5.1.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/games-misc/gtklife/gtklife-5.1.ebuild,v 1.6 2011/03/01 07:23:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/gtklife/gtklife-5.1.ebuild,v 1.7 2012/05/03 03:29:41 jdhore Exp $ EAPI=2 inherit eutils games @@ -16,7 +16,7 @@ IUSE="" RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_configure() { egamesconf \ |