summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-12-23 01:07:16 +0000
committerJonathan Callen <abcd@gentoo.org>2009-12-23 01:07:16 +0000
commit19192058780cdf29973f0c79caef0116c650a734 (patch)
tree6f4ccaaf0377b6d56b412dcd4bb964f123ef3727 /kde-base
parentPull in changes from overlay (diff)
downloadgentoo-2-19192058780cdf29973f0c79caef0116c650a734.tar.gz
gentoo-2-19192058780cdf29973f0c79caef0116c650a734.tar.bz2
gentoo-2-19192058780cdf29973f0c79caef0116c650a734.zip
Pull in changes from overlay
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/libkcddb/ChangeLog5
-rw-r--r--kde-base/libkcddb/libkcddb-4.3.4.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/kde-base/libkcddb/ChangeLog b/kde-base/libkcddb/ChangeLog
index 369ebb85cc98..99a706973fda 100644
--- a/kde-base/libkcddb/ChangeLog
+++ b/kde-base/libkcddb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/libkcddb
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.136 2009/12/10 23:11:33 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.137 2009/12/23 01:07:16 abcd Exp $
+
+ 23 Dec 2009; Jonathan Callen <abcd@gentoo.org> libkcddb-4.3.4.ebuild:
+ Pull in changes from overlay
10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
-libkcddb-4.3.1.ebuild:
diff --git a/kde-base/libkcddb/libkcddb-4.3.4.ebuild b/kde-base/libkcddb/libkcddb-4.3.4.ebuild
index b37430b613b7..d2f2d26dbaf1 100644
--- a/kde-base/libkcddb/libkcddb-4.3.4.ebuild
+++ b/kde-base/libkcddb/libkcddb-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/libkcddb/libkcddb-4.3.4.ebuild,v 1.1 2009/12/01 11:18:18 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/libkcddb-4.3.4.ebuild,v 1.2 2009/12/23 01:07:16 abcd Exp $
EAPI="2"
@@ -22,8 +22,9 @@ RDEPEND="${DEPEND}"
KMSAVELIBS="true"
src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with musicbrainz MusicBrainz)"
+ mycmakeargs=(
+ $(cmake-utils_use_with musicbrainz MusicBrainz)
+ )
kde4-meta_src_configure
}