diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-04-08 01:38:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-04-08 01:38:29 +0000 |
commit | 3fae77d5ad8437f24f8054aec092ef8121903405 (patch) | |
tree | 37be6aac07390ea930f38f5c7c1b27a9ca529f40 /games-simulation/cannonsmash | |
parent | fix deps (bug #216520) (diff) | |
download | gentoo-2-3fae77d5ad8437f24f8054aec092ef8121903405.tar.gz gentoo-2-3fae77d5ad8437f24f8054aec092ef8121903405.tar.bz2 gentoo-2-3fae77d5ad8437f24f8054aec092ef8121903405.zip |
fix deps (bug #216538)
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-simulation/cannonsmash')
-rw-r--r-- | games-simulation/cannonsmash/ChangeLog | 8 | ||||
-rw-r--r-- | games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/games-simulation/cannonsmash/ChangeLog b/games-simulation/cannonsmash/ChangeLog index d34ca45a297e..ce550b639601 100644 --- a/games-simulation/cannonsmash/ChangeLog +++ b/games-simulation/cannonsmash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/cannonsmash -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/cannonsmash/ChangeLog,v 1.17 2007/03/12 16:48:07 nyhm Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/cannonsmash/ChangeLog,v 1.18 2008/04/08 01:38:29 mr_bones_ Exp $ + + 08 Apr 2008; Michael Sterrett <mr_bones_@gentoo.org> + cannonsmash-0.6.6.ebuild: + fix deps (bug #216538) 12 Mar 2007; Tristan Heaven <nyhm@gentoo.org> cannonsmash-0.6.6.ebuild: Install menu entry, bug #159849 diff --git a/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild b/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild index c976d1120cae..f6beb931c241 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-2007 Gentoo Foundation +# Copyright 1999-2008 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.13 2007/03/12 16:48:07 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild,v 1.14 2008/04/08 01:38:29 mr_bones_ Exp $ inherit eutils games @@ -23,6 +23,7 @@ RDEPEND="virtual/opengl =x11-libs/gtk+-2* nls? ( virtual/libintl )" DEPEND="${RDEPEND} + dev-util/pkgconfig nls? ( sys-devel/gettext )" S=${WORKDIR}/csmash-${PV} |