diff options
Diffstat (limited to 'games-puzzle/toppler/toppler-1.1.3.ebuild')
-rw-r--r-- | games-puzzle/toppler/toppler-1.1.3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-puzzle/toppler/toppler-1.1.3.ebuild b/games-puzzle/toppler/toppler-1.1.3.ebuild index 2f2710d305e9..23373db981dc 100644 --- a/games-puzzle/toppler/toppler-1.1.3.ebuild +++ b/games-puzzle/toppler/toppler-1.1.3.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-puzzle/toppler/toppler-1.1.3.ebuild,v 1.5 2009/02/06 22:31:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/toppler/toppler-1.1.3.ebuild,v 1.6 2010/11/02 09:29:35 tupone Exp $ EAPI=2 inherit games @@ -21,7 +21,8 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" S=${WORKDIR}/${P/a/} -PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) +PATCHES=( "${FILESDIR}"/${P}-gentoo.patch + "${FILESDIR}"/${P}-ovflfix.patch ) src_configure() { egamesconf $(use_enable nls) |