summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-12-22 23:00:21 +0000
committerJonathan Callen <abcd@gentoo.org>2009-12-22 23:00:21 +0000
commita993910c9138c2d50ccaf1fde3294bf3d7d3a45a (patch)
tree144a82f5b892a3b2281c3062a96237b2b7206ce6 /kde-base/kate
parentPull in changes from overlay and fix for prefix support (Solaris) (diff)
downloadgentoo-2-a993910c9138c2d50ccaf1fde3294bf3d7d3a45a.tar.gz
gentoo-2-a993910c9138c2d50ccaf1fde3294bf3d7d3a45a.tar.bz2
gentoo-2-a993910c9138c2d50ccaf1fde3294bf3d7d3a45a.zip
Pull in changes from overlay
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base/kate')
-rw-r--r--kde-base/kate/ChangeLog5
-rw-r--r--kde-base/kate/kate-4.3.4.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/kde-base/kate/ChangeLog b/kde-base/kate/ChangeLog
index 0d9bee2b125c..01e19a961b87 100644
--- a/kde-base/kate/ChangeLog
+++ b/kde-base/kate/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kate
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.159 2009/12/10 19:20:20 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.160 2009/12/22 23:00:21 abcd Exp $
+
+ 22 Dec 2009; Jonathan Callen <abcd@gentoo.org> kate-4.3.4.ebuild:
+ Pull in changes from overlay
10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> -kate-4.3.1.ebuild:
Drop KDE SC-4.3.1.
diff --git a/kde-base/kate/kate-4.3.4.ebuild b/kde-base/kate/kate-4.3.4.ebuild
index 5901cd75553f..d75f7277a2d9 100644
--- a/kde-base/kate/kate-4.3.4.ebuild
+++ b/kde-base/kate/kate-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/kate/kate-4.3.4.ebuild,v 1.1 2009/12/01 10:03:35 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.3.4.ebuild,v 1.2 2009/12/22 23:00:21 abcd Exp $
EAPI="2"
@@ -26,8 +26,9 @@ src_unpack() {
}
src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with plasma)"
+ mycmakeargs=(
+ $(cmake-utils_use_with plasma)
+ )
kde4-meta_src_configure
}