diff options
Diffstat (limited to 'games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild')
-rw-r--r-- | games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild b/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild index d9de02db3112..b945dafe44bd 100644 --- a/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild +++ b/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild,v 1.4 2011/01/24 21:56:22 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild,v 1.5 2011/10/19 16:49:11 mr_bones_ Exp $ EAPI=2 inherit eutils gnome2 @@ -28,8 +28,8 @@ DEPEND="${RDEPEND} sys-devel/gettext app-text/scrollkeeper" -src_unpack() { - gnome2_src_unpack +src_prepare() { + gnome2_src_prepare epatch "${FILESDIR}"/${P}-gentoo.patch } |