diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 04:30:11 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 04:30:11 +0000 |
commit | 036fb77ca7161a184b2c99413a66a0a823156489 (patch) | |
tree | af40d4ecc669487eceb38797de87305a1c1401c3 /games-board/gtkboard | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-036fb77ca7161a184b2c99413a66a0a823156489.tar.gz gentoo-2-036fb77ca7161a184b2c99413a66a0a823156489.tar.bz2 gentoo-2-036fb77ca7161a184b2c99413a66a0a823156489.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'games-board/gtkboard')
-rw-r--r-- | games-board/gtkboard/ChangeLog | 7 | ||||
-rw-r--r-- | games-board/gtkboard/gtkboard-0.11_pre0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-board/gtkboard/ChangeLog b/games-board/gtkboard/ChangeLog index 08932ac6314f..dc9a08c4d035 100644 --- a/games-board/gtkboard/ChangeLog +++ b/games-board/gtkboard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/gtkboard -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/ChangeLog,v 1.12 2010/05/24 12:08:50 tupone Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/ChangeLog,v 1.13 2012/05/04 04:30:10 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> gtkboard-0.11_pre0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 24 May 2010; Tupone Alfredo <tupone@gentoo.org> gtkboard-0.11_pre0.ebuild, +files/gtkboard-0.11_pre0-gcc45.patch: diff --git a/games-board/gtkboard/gtkboard-0.11_pre0.ebuild b/games-board/gtkboard/gtkboard-0.11_pre0.ebuild index 187185df36d5..e409482acdd8 100644 --- a/games-board/gtkboard/gtkboard-0.11_pre0.ebuild +++ b/games-board/gtkboard/gtkboard-0.11_pre0.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-board/gtkboard/gtkboard-0.11_pre0.ebuild,v 1.17 2011/02/22 19:03:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild,v 1.18 2012/05/04 04:30:10 jdhore Exp $ EAPI=2 inherit eutils games @@ -20,7 +20,7 @@ RDEPEND="x11-libs/gtk+:2 media-libs/sdl-mixer[vorbis] gnome? ( gnome-base/libgnomeui )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${MY_P} |