summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2008-01-16 12:56:38 +0000
committerDaniel Black <dragonheart@gentoo.org>2008-01-16 12:56:38 +0000
commite7abe493aeb1320e4b5712f9c2b37d39e0fb0e4c (patch)
tree1cc5fb7e5b2c9bd07485b2b373efbfac64514f57 /media-libs
parentAdd ~alpha/~ia64 wrt #206031 (diff)
downloadgentoo-2-e7abe493aeb1320e4b5712f9c2b37d39e0fb0e4c.tar.gz
gentoo-2-e7abe493aeb1320e4b5712f9c2b37d39e0fb0e4c.tar.bz2
gentoo-2-e7abe493aeb1320e4b5712f9c2b37d39e0fb0e4c.zip
clean before make as per bug #191692 thanks to Thomas
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/ploticus/ChangeLog8
-rw-r--r--media-libs/ploticus/ploticus-2.33-r1.ebuild7
2 files changed, 10 insertions, 5 deletions
diff --git a/media-libs/ploticus/ChangeLog b/media-libs/ploticus/ChangeLog
index a624002b6e42..1bebf13f286b 100644
--- a/media-libs/ploticus/ChangeLog
+++ b/media-libs/ploticus/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/ploticus
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ploticus/ChangeLog,v 1.12 2007/08/28 21:45:54 dragonheart Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ploticus/ChangeLog,v 1.13 2008/01/16 12:56:38 dragonheart Exp $
+
+ 16 Jan 2008; Daniel Black <dragonheart@gentoo.org>
+ ploticus-2.33-r1.ebuild:
+ clean before make as per bug #191692 thanks to Thomas
*ploticus-2.33-r1 (28 Aug 2007)
diff --git a/media-libs/ploticus/ploticus-2.33-r1.ebuild b/media-libs/ploticus/ploticus-2.33-r1.ebuild
index 760ec3204e5d..3bc0141af084 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-2007 Gentoo Foundation
+# 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.1 2007/08/28 21:45:54 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ploticus/ploticus-2.33-r1.ebuild,v 1.2 2008/01/16 12:56:38 dragonheart Exp $
inherit eutils toolchain-funcs
@@ -103,8 +103,9 @@ src_compile() {
einfo "Compiling C API library"
+ emake clean || die "Clean Failed!"
emake "CC=$(tc-getCC)" \
- -f Makefile_api || die "API make failed!"
+ -f Makefile_api || die "API make failed!"
}
src_test() {