summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2010-10-27 08:44:12 +0000
committerAlfredo Tupone <tupone@gentoo.org>2010-10-27 08:44:12 +0000
commit5b8d7796d0705d3e84bc4a1338bb78d7dd3d191d (patch)
treeec0221e2cdfda006c82fbf4cabc7731a0460fa44 /games-arcade/berusky/berusky-1.1.ebuild
parentRemove old version. (diff)
downloadhistorical-5b8d7796d0705d3e84bc4a1338bb78d7dd3d191d.tar.gz
historical-5b8d7796d0705d3e84bc4a1338bb78d7dd3d191d.tar.bz2
historical-5b8d7796d0705d3e84bc4a1338bb78d7dd3d191d.zip
Fix overflow. Bug #341103
Package-Manager: portage-2.1.9.22/cvs/Linux i686
Diffstat (limited to 'games-arcade/berusky/berusky-1.1.ebuild')
-rw-r--r--games-arcade/berusky/berusky-1.1.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/games-arcade/berusky/berusky-1.1.ebuild b/games-arcade/berusky/berusky-1.1.ebuild
index 3641e8a98afb..0f10cbd08b7d 100644
--- a/games-arcade/berusky/berusky-1.1.ebuild
+++ b/games-arcade/berusky/berusky-1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/berusky/berusky-1.1.ebuild,v 1.4 2009/10/29 15:00:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/berusky/berusky-1.1.ebuild,v 1.5 2010/10/27 08:44:12 tupone Exp $
EAPI=2
inherit autotools eutils games
@@ -16,12 +16,14 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-DEPEND="media-libs/libsdl[video]"
+RDEPEND="media-libs/libsdl[video]"
+DEPEND="${RDEPEND}"
src_prepare() {
mv ../${DATAFILE}/{berusky.ini,GameData,Graphics,Levels} . \
|| die "failed moving data"
- epatch "${FILESDIR}"/${P}-gentoo.patch
+ epatch "${FILESDIR}"/${P}-gentoo.patch \
+ "${FILESDIR}"/${P}-ovflfix.patch
sed -i \
-e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
-e "s:@GENTOO_BINDIR@:${GAMES_BINDIR}:" \