summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-05-31 04:52:17 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-05-31 04:52:17 +0000
commitce8a802e3d014407734918b7d3eb373e4c2d8b5f (patch)
treec574737a96e04000d23559681dc736e1a0dd77bc /media-sound/qtscrobbler
parentwhitespace (diff)
downloadgentoo-2-ce8a802e3d014407734918b7d3eb373e4c2d8b5f.tar.gz
gentoo-2-ce8a802e3d014407734918b7d3eb373e4c2d8b5f.tar.bz2
gentoo-2-ce8a802e3d014407734918b7d3eb373e4c2d8b5f.zip
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/qtscrobbler')
-rw-r--r--media-sound/qtscrobbler/qtscrobbler-0.8.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/media-sound/qtscrobbler/qtscrobbler-0.8.ebuild b/media-sound/qtscrobbler/qtscrobbler-0.8.ebuild
index ae42ff88c918..fc84f8f142ea 100644
--- a/media-sound/qtscrobbler/qtscrobbler-0.8.ebuild
+++ b/media-sound/qtscrobbler/qtscrobbler-0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qtscrobbler/qtscrobbler-0.8.ebuild,v 1.1 2008/05/31 01:04:34 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qtscrobbler/qtscrobbler-0.8.ebuild,v 1.2 2008/05/31 04:52:17 mr_bones_ Exp $
EAPI=1
inherit eutils qt4
@@ -31,7 +31,6 @@ src_unpack() {
sed -i -e "s:CFLAGS =.*:CFLAGS = \$(INCLUDE) `curl-config --cflags` ${CFLAGS}:" Makefile
}
-
src_compile() {
cd "${S}/src/cli"
emake || die "emake qtscrob cli failed"