diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-09-25 19:17:03 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-09-25 19:17:03 +0000 |
commit | c9712c04ea34bc48ad05d100ae759ae13da19129 (patch) | |
tree | d0a299ce8b6ad6d68ba5e3390543b2ecb0120396 /games-engines | |
parent | Use wxwidgets eclass; add missing deps (diff) | |
download | gentoo-2-c9712c04ea34bc48ad05d100ae759ae13da19129.tar.gz gentoo-2-c9712c04ea34bc48ad05d100ae759ae13da19129.tar.bz2 gentoo-2-c9712c04ea34bc48ad05d100ae759ae13da19129.zip |
need toolchain-funcs
(Portage version: 2.2_rc9/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-0.12.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-engines/scummvm-tools/scummvm-tools-0.12.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-0.12.0.ebuild index 8bdb57309937..ef41686d5668 100644 --- a/games-engines/scummvm-tools/scummvm-tools-0.12.0.ebuild +++ b/games-engines/scummvm-tools/scummvm-tools-0.12.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.12.0.ebuild,v 1.2 2008/09/25 19:07:11 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.12.0.ebuild,v 1.3 2008/09/25 19:17:03 nyhm Exp $ WX_GTK_VER=2.8 -inherit wxwidgets games +inherit toolchain-funcs wxwidgets games DESCRIPTION="utilities for the SCUMM game engine" HOMEPAGE="http://scummvm.sourceforge.net/" |