summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-12-22 22:46:55 +0000
committerJonathan Callen <abcd@gentoo.org>2009-12-22 22:46:55 +0000
commit7386eae574ac73b17f51835c4acee2c7d17fe082 (patch)
treed2d3480010a72bcceeec41c02f94e969b2045425 /kde-base/kaddressbook/kaddressbook-4.3.4.ebuild
parentPull in changes from overlay (diff)
downloadgentoo-2-7386eae574ac73b17f51835c4acee2c7d17fe082.tar.gz
gentoo-2-7386eae574ac73b17f51835c4acee2c7d17fe082.tar.bz2
gentoo-2-7386eae574ac73b17f51835c4acee2c7d17fe082.zip
Pull in changes from overlay
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base/kaddressbook/kaddressbook-4.3.4.ebuild')
-rw-r--r--kde-base/kaddressbook/kaddressbook-4.3.4.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/kde-base/kaddressbook/kaddressbook-4.3.4.ebuild b/kde-base/kaddressbook/kaddressbook-4.3.4.ebuild
index 83917f51819b..a89e80baa5e4 100644
--- a/kde-base/kaddressbook/kaddressbook-4.3.4.ebuild
+++ b/kde-base/kaddressbook/kaddressbook-4.3.4.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/kde-base/kaddressbook/kaddressbook-4.3.4.ebuild,v 1.1 2009/12/01 10:00:22 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-4.3.4.ebuild,v 1.2 2009/12/22 22:46:55 abcd Exp $
EAPI="2"
@@ -29,8 +29,9 @@ KMEXTRACTONLY="
KMLOADLIBS="libkdepim libkleo"
src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with gnokii)"
+ mycmakeargs=(
+ $(cmake-utils_use_with gnokii)
+ )
kde4-meta_src_configure
}