summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/plasma-workspace/ChangeLog8
-rw-r--r--kde-base/plasma-workspace/plasma-workspace-4.9.0.ebuild8
2 files changed, 7 insertions, 9 deletions
diff --git a/kde-base/plasma-workspace/ChangeLog b/kde-base/plasma-workspace/ChangeLog
index cb0bbabc972b..e6294f8dad00 100644
--- a/kde-base/plasma-workspace/ChangeLog
+++ b/kde-base/plasma-workspace/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/plasma-workspace
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.165 2012/08/07 11:04:29 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.166 2012/08/08 12:01:09 kensington Exp $
+
+ 08 Aug 2012; Michael Palimaka <kensington@gentoo.org>
+ plasma-workspace-4.9.0.ebuild:
+ Remove hack causing bug #430218. Original issue is now solved USE
+ dependencies.
*plasma-workspace-4.8.5 (07 Aug 2012)
@@ -811,4 +816,3 @@
02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+metadata.xml, +plasma-workspace-4.1.2.ebuild:
Add kde-4.1.2 into the tree from the kde-testing overlay.
-
diff --git a/kde-base/plasma-workspace/plasma-workspace-4.9.0.ebuild b/kde-base/plasma-workspace/plasma-workspace-4.9.0.ebuild
index 6bc6715df41f..86034a365063 100644
--- a/kde-base/plasma-workspace/plasma-workspace-4.9.0.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-4.9.0.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/kde-base/plasma-workspace/plasma-workspace-4.9.0.ebuild,v 1.1 2012/08/01 22:17:13 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.9.0.ebuild,v 1.2 2012/08/08 12:01:09 kensington Exp $
EAPI=4
@@ -83,12 +83,6 @@ src_unpack() {
kde4-meta_src_unpack
}
-src_prepare() {
- sed -i -e '1ifind_package(KdepimLibs)' plasma/CMakeLists.txt || die
-
- kde4-meta_src_prepare
-}
-
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with google-gadgets Googlegadgets)