diff options
-rw-r--r-- | kde-base/plasma-workspace/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/plasma-workspace/plasma-workspace-4.3.4.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/kde-base/plasma-workspace/ChangeLog b/kde-base/plasma-workspace/ChangeLog index f5be56c49042..3ef161d545e8 100644 --- a/kde-base/plasma-workspace/ChangeLog +++ b/kde-base/plasma-workspace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/plasma-workspace # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.49 2009/12/23 01:21:50 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.50 2009/12/23 12:10:31 grobian Exp $ + + 23 Dec 2009; Fabian Groffen <grobian@gentoo.org> + plasma-workspace-4.3.4.ebuild: + Don't use ED in an EAPI that does not declare it. 23 Dec 2009; Jonathan Callen <abcd@gentoo.org> plasma-workspace-4.3.4.ebuild: diff --git a/kde-base/plasma-workspace/plasma-workspace-4.3.4.ebuild b/kde-base/plasma-workspace/plasma-workspace-4.3.4.ebuild index cbf458a3e199..e061f2bf9c9e 100644 --- a/kde-base/plasma-workspace/plasma-workspace-4.3.4.ebuild +++ b/kde-base/plasma-workspace/plasma-workspace-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/plasma-workspace/plasma-workspace-4.3.4.ebuild,v 1.2 2009/12/23 01:21:50 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.3.4.ebuild,v 1.3 2009/12/23 12:10:31 grobian Exp $ EAPI="2" @@ -76,8 +76,8 @@ src_install() { kde4-meta_src_install rm -f \ - "${ED}$(python_get_sitedir)"/PyKDE4/*.py[co] \ - "${ED}${KDEDIR}"/share/apps/plasma_scriptengine_python/*.py[co] + "${D%/}${EPREFIX}$(python_get_sitedir)"/PyKDE4/*.py[co] \ + "${D}${EKDEDIR}"/share/apps/plasma_scriptengine_python/*.py[co] } pkg_postinst() { |