diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-05 23:03:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-05 23:03:01 +0000 |
commit | 5220e31967811d14d2232c8be4aab698a50667f8 (patch) | |
tree | 900662f2c951b4cd37f67044ec9fa2ada7c0b106 /games-arcade | |
parent | On 2.6 kernels, install the tools/scripts but no modules... closes bug #57539... (diff) | |
download | gentoo-2-5220e31967811d14d2232c8be4aab698a50667f8.tar.gz gentoo-2-5220e31967811d14d2232c8be4aab698a50667f8.tar.bz2 gentoo-2-5220e31967811d14d2232c8be4aab698a50667f8.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'games-arcade')
-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 8035cb986d98..16574ca61c63 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.5 2004/09/05 12:38:36 malc Exp $ +# $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 $ 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 } |