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 /media-plugins/xmms-goom | |
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 'media-plugins/xmms-goom')
-rw-r--r-- | media-plugins/xmms-goom/xmms-goom-1.99.4.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-plugins/xmms-goom/xmms-goom-1.99.4.ebuild b/media-plugins/xmms-goom/xmms-goom-1.99.4.ebuild index 939dd242c3c9..3f240e5dbfbe 100644 --- a/media-plugins/xmms-goom/xmms-goom-1.99.4.ebuild +++ b/media-plugins/xmms-goom/xmms-goom-1.99.4.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/media-plugins/xmms-goom/xmms-goom-1.99.4.ebuild,v 1.10 2004/09/05 14:14:21 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-goom/xmms-goom-1.99.4.ebuild,v 1.11 2004/09/05 23:01:10 mr_bones_ Exp $ inherit eutils @@ -22,13 +22,12 @@ DEPEND="media-sound/xmms sys-apps/coreutils" src_unpack() { - unpack ${A} ; cd ${S} + unpack ${A} ; cd ${S} epatch ${WORKDIR}/${PN}_${PV}-4.diff } src_compile() { econf || die - emake OPT="$CFLAGS" || die } |