summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Węgliński <cla@gentoo.org>2009-03-08 10:39:21 +0000
committerDawid Węgliński <cla@gentoo.org>2009-03-08 10:39:21 +0000
commitf4f8345339c4886cc72ff7367f5f4c4a12b2f4ed (patch)
tree179e7359c34e3e0faa2b71275622b6cf23ee419a /net-analyzer/rrdtool
parentPrevent double emake (diff)
downloadgentoo-2-f4f8345339c4886cc72ff7367f5f4c4a12b2f4ed.tar.gz
gentoo-2-f4f8345339c4886cc72ff7367f5f4c4a12b2f4ed.tar.bz2
gentoo-2-f4f8345339c4886cc72ff7367f5f4c4a12b2f4ed.zip
Prevent double emake
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/rrdtool')
-rw-r--r--net-analyzer/rrdtool/ChangeLog5
-rw-r--r--net-analyzer/rrdtool/rrdtool-1.3.6.ebuild6
2 files changed, 6 insertions, 5 deletions
diff --git a/net-analyzer/rrdtool/ChangeLog b/net-analyzer/rrdtool/ChangeLog
index 6119c4587074..c6bd12458246 100644
--- a/net-analyzer/rrdtool/ChangeLog
+++ b/net-analyzer/rrdtool/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/rrdtool
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.175 2009/03/08 01:43:22 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.176 2009/03/08 10:39:21 cla Exp $
+
+ 08 Mar 2009; Dawid Węgliński <cla@gentoo.org> rrdtool-1.3.6.ebuild:
+ Prevent double emake
08 Mar 2009; Dawid Węgliński <cla@gentoo.org> rrdtool-1.3.6.ebuild:
Migration to EAPI 2
diff --git a/net-analyzer/rrdtool/rrdtool-1.3.6.ebuild b/net-analyzer/rrdtool/rrdtool-1.3.6.ebuild
index c10d509baa75..78489b28c948 100644
--- a/net-analyzer/rrdtool/rrdtool-1.3.6.ebuild
+++ b/net-analyzer/rrdtool/rrdtool-1.3.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.3.6.ebuild,v 1.2 2009/03/08 01:43:22 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.3.6.ebuild,v 1.3 2009/03/08 10:39:21 cla Exp $
EAPI="2"
@@ -35,7 +35,7 @@ pkg_setup() {
use perl && perl-module_pkg_setup
}
-src_compile() {
+src_configure() {
filter-flags -ffast-math
export RRDDOCDIR=/usr/share/doc/${PF}
@@ -48,8 +48,6 @@ src_compile() {
$(use_enable tcl) \
$(use_with tcl tcllib /usr/$(get_libdir)) \
$(use_enable python)
-
- emake || die "make failed"
}
src_install() {