diff options
author | 2008-11-25 01:43:45 +0000 | |
---|---|---|
committer | 2008-11-25 01:43:45 +0000 | |
commit | 3164ce132a80e4ec1f9ff72c3cd46f16914ce615 (patch) | |
tree | 8da1887368485713ce4cd4db39e8aa811b1fbc73 /games-emulation/kigb | |
parent | cosmetic cleanups for bug #248217 by Daniel Pielmeier (billie). Add myself to... (diff) | |
download | gentoo-2-3164ce132a80e4ec1f9ff72c3cd46f16914ce615.tar.gz gentoo-2-3164ce132a80e4ec1f9ff72c3cd46f16914ce615.tar.bz2 gentoo-2-3164ce132a80e4ec1f9ff72c3cd46f16914ce615.zip |
add virtual/libstdc++ dep (bug #248660)
(Portage version: 2.1.4.5)
Diffstat (limited to 'games-emulation/kigb')
-rw-r--r-- | games-emulation/kigb/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/kigb/kigb-2.02.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-emulation/kigb/ChangeLog b/games-emulation/kigb/ChangeLog index fd4876f72621..396268ae4678 100644 --- a/games-emulation/kigb/ChangeLog +++ b/games-emulation/kigb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/kigb -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/ChangeLog,v 1.12 2007/03/07 16:48:48 wolf31o2 Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/ChangeLog,v 1.13 2008/11/25 01:43:45 mr_bones_ Exp $ + + 25 Nov 2008; Michael Sterrett <mr_bones_@gentoo.org> kigb-2.02.ebuild: + add virtual/libstdc++ dep (bug #248660) 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> files/kigb: Change all instances of [ to [[. diff --git a/games-emulation/kigb/kigb-2.02.ebuild b/games-emulation/kigb/kigb-2.02.ebuild index a1c38dfb9bf8..4455d90db3f7 100644 --- a/games-emulation/kigb/kigb-2.02.ebuild +++ b/games-emulation/kigb/kigb-2.02.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/kigb-2.02.ebuild,v 1.3 2006/12/01 21:25:14 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/kigb-2.02.ebuild,v 1.4 2008/11/25 01:43:45 mr_bones_ Exp $ inherit games @@ -18,7 +18,8 @@ IUSE="" RDEPEND="x11-libs/libXext sys-libs/zlib - dev-games/hawknl" + dev-games/hawknl + virtual/libstdc++" S=${WORKDIR} |