summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2009-12-22 23:58:20 +0000
committerJonathan Callen <jcallen@gentoo.org>2009-12-22 23:58:20 +0000
commit2d958da2115ce0f45d99b67da5d4042a27c44b8e (patch)
tree64d2ba49ca26dc9bbbf8d83182f7c74b8573ffc6 /kde-base/kdepimlibs
parentFix tests with Python 2.6 (bug #298032). Set SUPPORT_PYTHON_ABIS. (diff)
downloadhistorical-2d958da2115ce0f45d99b67da5d4042a27c44b8e.tar.gz
historical-2d958da2115ce0f45d99b67da5d4042a27c44b8e.tar.bz2
historical-2d958da2115ce0f45d99b67da5d4042a27c44b8e.zip
Pull in changes from overlay
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'kde-base/kdepimlibs')
-rw-r--r--kde-base/kdepimlibs/ChangeLog5
-rw-r--r--kde-base/kdepimlibs/kdepimlibs-4.3.4.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/kde-base/kdepimlibs/ChangeLog b/kde-base/kdepimlibs/ChangeLog
index c23a0fa6565a..6167a0616226 100644
--- a/kde-base/kdepimlibs/ChangeLog
+++ b/kde-base/kdepimlibs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kdepimlibs
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.54 2009/12/10 20:24:58 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.55 2009/12/22 23:58:20 abcd Exp $
+
+ 22 Dec 2009; Jonathan Callen <abcd@gentoo.org> kdepimlibs-4.3.4.ebuild:
+ Pull in changes from overlay
10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
-kdepimlibs-4.3.1.ebuild:
diff --git a/kde-base/kdepimlibs/kdepimlibs-4.3.4.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.3.4.ebuild
index f0306ef14008..8bef8952cee9 100644
--- a/kde-base/kdepimlibs/kdepimlibs-4.3.4.ebuild
+++ b/kde-base/kdepimlibs/kdepimlibs-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/kdepimlibs/kdepimlibs-4.3.4.ebuild,v 1.1 2009/12/01 10:26:25 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/kdepimlibs-4.3.4.ebuild,v 1.2 2009/12/22 23:58:20 abcd Exp $
EAPI="2"
@@ -33,9 +33,10 @@ add_blocker akonadi 4.1.50
add_blocker libkholidays
src_configure() {
- mycmakeargs="${mycmakeargs}
+ mycmakeargs=(
$(cmake-utils_use_build handbook doc)
- $(cmake-utils_use_with ldap)"
+ $(cmake-utils_use_with ldap)
+ )
kde4-base_src_configure
}