diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-22 06:38:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-22 06:38:53 +0000 |
commit | 0fb7e18300d36c8bd6ea4352d1f3940ec865c3c6 (patch) | |
tree | 0366bbd0af9ec2d2dc71802a8b37bc4215ab6f97 /games-arcade/monkey-bubble | |
parent | Added to ~ppc-macos. (Manifest recommit) (diff) | |
download | gentoo-2-0fb7e18300d36c8bd6ea4352d1f3940ec865c3c6.tar.gz gentoo-2-0fb7e18300d36c8bd6ea4352d1f3940ec865c3c6.tar.bz2 gentoo-2-0fb7e18300d36c8bd6ea4352d1f3940ec865c3c6.zip |
fix typo
Diffstat (limited to 'games-arcade/monkey-bubble')
-rw-r--r-- | games-arcade/monkey-bubble/monkey-bubble-0.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/monkey-bubble/monkey-bubble-0.3.2.ebuild b/games-arcade/monkey-bubble/monkey-bubble-0.3.2.ebuild index 16574ca61c63..ab9a92102e2e 100644 --- a/games-arcade/monkey-bubble/monkey-bubble-0.3.2.ebuild +++ b/games-arcade/monkey-bubble/monkey-bubble-0.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/monkey-bubble/monkey-bubble-0.3.2.ebuild,v 1.6 2004/09/05 23:03:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/monkey-bubble/monkey-bubble-0.3.2.ebuild,v 1.7 2004/09/22 06:38:53 mr_bones_ Exp $ inherit gnome2 eutils @@ -24,6 +24,6 @@ DEPEND=">=x11-libs/gtk+-2.0 media-libs/gst-plugins" src_compile() { - epatch "${FILESDIR}/${P}.amd64.patch " + epatch "${FILESDIR}/${P}.amd64.patch" gnome2_src_compile } |