diff options
author | 2005-02-10 20:10:04 +0000 | |
---|---|---|
committer | 2005-02-10 20:10:04 +0000 | |
commit | 17c85ada5b7d03bb6b0087ab3b0e03b6a8c681cf (patch) | |
tree | 5de07cec349560a0e10a5d0569d82b495e59f411 /games-arcade | |
parent | add check for mikmod use for sdl-mixer for bug #81503 (diff) | |
download | historical-17c85ada5b7d03bb6b0087ab3b0e03b6a8c681cf.tar.gz historical-17c85ada5b7d03bb6b0087ab3b0e03b6a8c681cf.tar.bz2 historical-17c85ada5b7d03bb6b0087ab3b0e03b6a8c681cf.zip |
need to call games_pkg_setup
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'games-arcade')
-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() { |