diff options
author | 2003-09-11 01:23:43 +0000 | |
---|---|---|
committer | 2003-09-11 01:23:43 +0000 | |
commit | 6a98d77bc0ea2892780c7d2d9d5ccbe167f3070f (patch) | |
tree | d9c6661d2d218095e4e9c4adcc7e30e96716cb6c /media-plugins/xmms-dscope/xmms-dscope-1.2.ebuild | |
parent | Added dvdr USE flag as discussed on gentoo-dev@ (diff) | |
download | gentoo-2-6a98d77bc0ea2892780c7d2d9d5ccbe167f3070f.tar.gz gentoo-2-6a98d77bc0ea2892780c7d2d9d5ccbe167f3070f.tar.bz2 gentoo-2-6a98d77bc0ea2892780c7d2d9d5ccbe167f3070f.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 } |