diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-11 01:19:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-11 01:19:41 +0000 |
commit | 0bf9ba598934f60f7c70fbe1b2b1f60188f7bf45 (patch) | |
tree | c04a918b504ad4156823b2982c25b018367ad322 /media-plugins/xmms-dscope/xmms-dscope-1.2.ebuild | |
parent | USE-flag 'dvdr' applied (diff) | |
download | historical-0bf9ba598934f60f7c70fbe1b2b1f60188f7bf45.tar.gz historical-0bf9ba598934f60f7c70fbe1b2b1f60188f7bf45.tar.bz2 historical-0bf9ba598934f60f7c70fbe1b2b1f60188f7bf45.zip |
repoman: fix leading whitespace
Diffstat (limited to 'media-plugins/xmms-dscope/xmms-dscope-1.2.ebuild')
-rw-r--r-- | media-plugins/xmms-dscope/xmms-dscope-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/xmms-dscope/xmms-dscope-1.2.ebuild b/media-plugins/xmms-dscope/xmms-dscope-1.2.ebuild index 6bb680cf2e13..88ae425583ca 100644 --- a/media-plugins/xmms-dscope/xmms-dscope-1.2.ebuild +++ b/media-plugins/xmms-dscope/xmms-dscope-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-dscope/xmms-dscope-1.2.ebuild,v 1.6 2003/09/07 00:02:15 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-dscope/xmms-dscope-1.2.ebuild,v 1.7 2003/09/11 01:19:38 msterret Exp $ MY_P=${PN/xmms-/}-${PV} S=${WORKDIR}/${MY_P} @@ -25,7 +25,7 @@ src_unpack() { src_compile() { # There is no configure script, but the # Makefile does things (mostly) correctly. - make clean || die + make clean || die emake OPT="$CFLAGS" || die } |