diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-10 20:10:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-10 20:10:04 +0000 |
commit | 7859ae38da086ddf968ad86066d74ecd0dcc22fd (patch) | |
tree | 3a9ca8ae0717575cb6a1ae367167e754b9a2bb96 /games-arcade/tomatoes | |
parent | add check for mikmod use for sdl-mixer for bug #81503 (diff) | |
download | gentoo-2-7859ae38da086ddf968ad86066d74ecd0dcc22fd.tar.gz gentoo-2-7859ae38da086ddf968ad86066d74ecd0dcc22fd.tar.bz2 gentoo-2-7859ae38da086ddf968ad86066d74ecd0dcc22fd.zip |
need to call games_pkg_setup
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-arcade/tomatoes')
-rw-r--r-- | games-arcade/tomatoes/tomatoes-1.55.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-arcade/tomatoes/tomatoes-1.55.ebuild b/games-arcade/tomatoes/tomatoes-1.55.ebuild index ce984abd618c..a32e7ff0d7f4 100644 --- a/games-arcade/tomatoes/tomatoes-1.55.ebuild +++ b/games-arcade/tomatoes/tomatoes-1.55.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55.ebuild,v 1.5 2005/01/28 23:01:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55.ebuild,v 1.6 2005/02/10 20:10:04 mr_bones_ Exp $ inherit eutils games @@ -27,6 +27,7 @@ pkg_setup() { eerror "is built with USE=-mikmod" die "Please emerge sdl-mixer with USE=mikmod" fi + games_pkg_setup } src_unpack() { |