diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 04:45:29 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 04:45:29 +0000 |
commit | 129252b1de2efa13ebc60bd2c0053c0f0d3310cd (patch) | |
tree | 5c5a374bf89e7f7c80a4081c141bd7f80bed827d /games-puzzle/gnudoku | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-129252b1de2efa13ebc60bd2c0053c0f0d3310cd.tar.gz gentoo-2-129252b1de2efa13ebc60bd2c0053c0f0d3310cd.tar.bz2 gentoo-2-129252b1de2efa13ebc60bd2c0053c0f0d3310cd.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'games-puzzle/gnudoku')
-rw-r--r-- | games-puzzle/gnudoku/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/gnudoku/gnudoku-0.93.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-puzzle/gnudoku/ChangeLog b/games-puzzle/gnudoku/ChangeLog index 13a16de3f6f8..4f4f76b02663 100644 --- a/games-puzzle/gnudoku/ChangeLog +++ b/games-puzzle/gnudoku/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/gnudoku -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnudoku/ChangeLog,v 1.12 2011/10/19 21:21:37 mr_bones_ Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnudoku/ChangeLog,v 1.13 2012/05/04 04:45:29 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> gnudoku-0.93.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 19 Oct 2011; Michael Sterrett <mr_bones_@gentoo.org> gnudoku-0.93.ebuild: EAPI=2 diff --git a/games-puzzle/gnudoku/gnudoku-0.93.ebuild b/games-puzzle/gnudoku/gnudoku-0.93.ebuild index cc0fd2f39802..b29914f5ac7e 100644 --- a/games-puzzle/gnudoku/gnudoku-0.93.ebuild +++ b/games-puzzle/gnudoku/gnudoku-0.93.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-puzzle/gnudoku/gnudoku-0.93.ebuild,v 1.8 2011/10/19 21:21:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnudoku/gnudoku-0.93.ebuild,v 1.9 2012/05/04 04:45:29 jdhore Exp $ EAPI=2 inherit eutils games @@ -19,7 +19,7 @@ RESTRICT="test" RDEPEND=">=dev-cpp/gtkmm-2.6:2.4" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${MY_P} |