diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2013-06-24 20:45:12 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2013-06-24 20:45:12 +0000 |
commit | 2c540a44db2b66ca2c9529b80202a187982fe48d (patch) | |
tree | c84fc0e54a46697c534d97cd55a5e8dc0c4e2f8d /games-puzzle/icebreaker/icebreaker-1.9.6.ebuild | |
parent | installing the config files (diff) | |
download | gentoo-2-2c540a44db2b66ca2c9529b80202a187982fe48d.tar.gz gentoo-2-2c540a44db2b66ca2c9529b80202a187982fe48d.tar.bz2 gentoo-2-2c540a44db2b66ca2c9529b80202a187982fe48d.zip |
Fix overflow. Bug #458458
(Portage version: 2.1.12.8/cvs/Linux i686, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-puzzle/icebreaker/icebreaker-1.9.6.ebuild')
-rw-r--r-- | games-puzzle/icebreaker/icebreaker-1.9.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-puzzle/icebreaker/icebreaker-1.9.6.ebuild b/games-puzzle/icebreaker/icebreaker-1.9.6.ebuild index 025f286c43a3..246169fcc72f 100644 --- a/games-puzzle/icebreaker/icebreaker-1.9.6.ebuild +++ b/games-puzzle/icebreaker/icebreaker-1.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/icebreaker/icebreaker-1.9.6.ebuild,v 1.1 2013/02/17 22:04:38 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/icebreaker/icebreaker-1.9.6.ebuild,v 1.2 2013/06/24 20:45:12 tupone Exp $ EAPI=5 inherit eutils games @@ -20,7 +20,8 @@ DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${P}-ldflags.patch "${FILESDIR}"/${P}-gentoo.patch - "${FILESDIR}"/${P}-parallell-install.patch ) + "${FILESDIR}"/${P}-parallell-install.patch + "${FILESDIR}"/${P}-ovfl.patch ) src_compile() { emake \ |