summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-07 00:06:43 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-07 00:06:43 +0000
commitcad3ca99bdcde520d972cb95fa50f6d3f729c8ad (patch)
treef0a0b4f1b524b02a8d5f97676c3ce66ee81788df /media-sound/darkice/darkice-0.10.1.ebuild
parentwhitespace cleanup (diff)
downloadgentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.tar.gz
gentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.tar.bz2
gentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.zip
repoman: trim trailing whitespace
Diffstat (limited to 'media-sound/darkice/darkice-0.10.1.ebuild')
-rw-r--r--media-sound/darkice/darkice-0.10.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/darkice/darkice-0.10.1.ebuild b/media-sound/darkice/darkice-0.10.1.ebuild
index 8a9659c1fdb2..3a1a69e839bf 100644
--- a/media-sound/darkice/darkice-0.10.1.ebuild
+++ b/media-sound/darkice/darkice-0.10.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-sound/darkice/darkice-0.10.1.ebuild,v 1.5 2003/02/13 13:09:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/darkice/darkice-0.10.1.ebuild,v 1.6 2003/09/07 00:06:04 msterret Exp $
IUSE="encode oggvorbis"
@@ -20,7 +20,7 @@ src_compile() {
local myconf
use encode && myconf="--with-lame"
use oggvorbis && myconf="${myconf} --with-vorbis"
-
+
./configure ${myconf} \
--prefix=/usr \
--sysconfdir=/etc \
@@ -31,6 +31,6 @@ src_compile() {
src_install() {
einstall darkicedocdir=${D}/usr/share/doc/${PF} || die
-
+
dodoc README TODO NEWS AUTHORS ChangeLog NEWS
}