diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-11 01:23:43 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-11 01:23:43 +0000 |
commit | 6a98d77bc0ea2892780c7d2d9d5ccbe167f3070f (patch) | |
tree | d9c6661d2d218095e4e9c4adcc7e30e96716cb6c /media-plugins/xmms-dscope/xmms-dscope-1.3.1.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.3.1.ebuild')
-rw-r--r-- | media-plugins/xmms-dscope/xmms-dscope-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/xmms-dscope/xmms-dscope-1.3.1.ebuild b/media-plugins/xmms-dscope/xmms-dscope-1.3.1.ebuild index 7036a7d14004..a30fe4b3bad0 100644 --- a/media-plugins/xmms-dscope/xmms-dscope-1.3.1.ebuild +++ b/media-plugins/xmms-dscope/xmms-dscope-1.3.1.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.3.1.ebuild,v 1.3 2003/09/07 00:02:15 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-dscope/xmms-dscope-1.3.1.ebuild,v 1.4 2003/09/11 01:19:38 msterret Exp $ MY_P=${PN/xmms-/}-v${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 } |