diff options
Diffstat (limited to 'games-action/clanbomber/clanbomber-1.04.ebuild')
-rw-r--r-- | games-action/clanbomber/clanbomber-1.04.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-action/clanbomber/clanbomber-1.04.ebuild b/games-action/clanbomber/clanbomber-1.04.ebuild index 03023188d14c..9039110ab8fb 100644 --- a/games-action/clanbomber/clanbomber-1.04.ebuild +++ b/games-action/clanbomber/clanbomber-1.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-1.04.ebuild,v 1.1 2004/01/09 15:20:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-1.04.ebuild,v 1.2 2004/01/10 21:28:16 vapier Exp $ inherit games flag-o-matic @@ -30,6 +30,7 @@ src_unpack() { src_compile() { egamesconf || die + addpredict /dev/dsp emake -j1 || die } |