summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild')
-rw-r--r--net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild b/net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild
index 0d6125d7054d..f045476b19c5 100644
--- a/net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild
+++ b/net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild,v 1.1 2012/09/06 16:50:41 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild,v 1.2 2012/09/12 20:10:17 pinkbyte Exp $
EAPI="4"
@@ -66,10 +66,10 @@ src_configure() {
# Stub configure.ac
local myconf=()
if ! use tcpd; then
- myconf+="--disable-libwrap"
+ myconf+=( "--disable-libwrap" )
fi
if ! use dbi; then
- myconf+="--disable-libdbi"
+ myconf+=( "--disable-libdbi" )
fi
econf \