summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-01-29 09:41:22 +0000
committerMike Frysinger <vapier@gentoo.org>2004-01-29 09:41:22 +0000
commit9cb37eb8b0ee440bcc2dac10e45d4d3cab57940a (patch)
treef645e05747559678ff6fdbed7b1946dcbf7fd074 /games-action/clanbomber/clanbomber-1.04.ebuild
parenthppa luvin (diff)
downloadgentoo-2-9cb37eb8b0ee440bcc2dac10e45d4d3cab57940a.tar.gz
gentoo-2-9cb37eb8b0ee440bcc2dac10e45d4d3cab57940a.tar.bz2
gentoo-2-9cb37eb8b0ee440bcc2dac10e45d4d3cab57940a.zip
fix #38831
Diffstat (limited to 'games-action/clanbomber/clanbomber-1.04.ebuild')
-rw-r--r--games-action/clanbomber/clanbomber-1.04.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-action/clanbomber/clanbomber-1.04.ebuild b/games-action/clanbomber/clanbomber-1.04.ebuild
index 9039110ab8fb..dd29415da69b 100644
--- a/games-action/clanbomber/clanbomber-1.04.ebuild
+++ b/games-action/clanbomber/clanbomber-1.04.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 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.2 2004/01/10 21:28:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-1.04.ebuild,v 1.3 2004/01/29 09:41:21 vapier Exp $
-inherit games flag-o-matic
+inherit games flag-o-matic eutils
DESCRIPTION="free (GPL) Bomberman-like multiplayer game"
HOMEPAGE="http://clanbomber.sourceforge.net/"
@@ -26,11 +26,11 @@ src_unpack() {
sed -i \
's:\(@datadir@/clanbomber/\):$(DESTDIR)\1:' \
clanbomber/{,*/}Makefile.in
+ epatch ${FILESDIR}/${PV}-no-display.patch
}
src_compile() {
egamesconf || die
- addpredict /dev/dsp
emake -j1 || die
}