summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-01-16 15:45:26 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-01-16 15:45:26 +0000
commit1956852770a5694897467fef137367c167c021d1 (patch)
treea525762dc3cbb165d1fb66b8a3fd8fcfc7fb610f /media-libs/ploticus
parentP.mask x11-plugins/enigmail-0.95.6 as it needs gnupg-2.0.8 (diff)
downloadgentoo-2-1956852770a5694897467fef137367c167c021d1.tar.gz
gentoo-2-1956852770a5694897467fef137367c167c021d1.tar.bz2
gentoo-2-1956852770a5694897467fef137367c167c021d1.zip
whitespace
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-libs/ploticus')
-rw-r--r--media-libs/ploticus/ploticus-2.33-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/ploticus/ploticus-2.33-r1.ebuild b/media-libs/ploticus/ploticus-2.33-r1.ebuild
index 3bc0141af084..253064ca3fee 100644
--- a/media-libs/ploticus/ploticus-2.33-r1.ebuild
+++ b/media-libs/ploticus/ploticus-2.33-r1.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-libs/ploticus/ploticus-2.33-r1.ebuild,v 1.2 2008/01/16 12:56:38 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ploticus/ploticus-2.33-r1.ebuild,v 1.3 2008/01/16 15:45:26 mr_bones_ Exp $
inherit eutils toolchain-funcs
@@ -103,7 +103,7 @@ src_compile() {
einfo "Compiling C API library"
- emake clean || die "Clean Failed!"
+ emake clean || die "Clean Failed!"
emake "CC=$(tc-getCC)" \
-f Makefile_api || die "API make failed!"
}