diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-02 21:16:56 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-02 21:16:56 +0000 |
commit | 0501aa0a0263a88d1721d32c37d68f92b14d59b8 (patch) | |
tree | 179256f4554b4ee777a05dbfe5a71d433ac377d5 /games-simulation/cannonsmash | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-0501aa0a0263a88d1721d32c37d68f92b14d59b8.tar.gz gentoo-2-0501aa0a0263a88d1721d32c37d68f92b14d59b8.tar.bz2 gentoo-2-0501aa0a0263a88d1721d32c37d68f92b14d59b8.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'games-simulation/cannonsmash')
-rw-r--r-- | games-simulation/cannonsmash/ChangeLog | 7 | ||||
-rw-r--r-- | games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-simulation/cannonsmash/ChangeLog b/games-simulation/cannonsmash/ChangeLog index 90b9775de604..d15374ccef30 100644 --- a/games-simulation/cannonsmash/ChangeLog +++ b/games-simulation/cannonsmash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/cannonsmash -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/cannonsmash/ChangeLog,v 1.20 2010/10/18 13:26:44 tupone Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/cannonsmash/ChangeLog,v 1.21 2012/05/02 21:16:56 jdhore Exp $ + + 02 May 2012; Jeff Horelick <jdhore@gentoo.org> cannonsmash-0.6.6.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 18 Oct 2010; Tupone Alfredo <tupone@gentoo.org> cannonsmash-0.6.6.ebuild, +files/cannonsmash-0.6.6-ldflags.patch: diff --git a/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild b/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild index dc20e1085f73..63ad0757779c 100644 --- a/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild +++ b/games-simulation/cannonsmash/cannonsmash-0.6.6.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-simulation/cannonsmash/cannonsmash-0.6.6.ebuild,v 1.16 2010/10/18 13:26:44 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild,v 1.17 2012/05/02 21:16:56 jdhore Exp $ EAPI=2 inherit eutils games @@ -24,7 +24,7 @@ RDEPEND="virtual/opengl x11-libs/gtk+:2 nls? ( virtual/libintl )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig nls? ( sys-devel/gettext )" S=${WORKDIR}/csmash-${PV} |