diff options
author | 2009-12-23 12:10:31 +0000 | |
---|---|---|
committer | 2009-12-23 12:10:31 +0000 | |
commit | 31bc9f45c0a0c8d2a87ebc05a5b481218a1ea81a (patch) | |
tree | 53751e1fcb12defbf394e592d458f2b201f3ebb9 /kde-base | |
parent | added teamspeak3 server mask - for testing/feedback purposes (diff) | |
download | historical-31bc9f45c0a0c8d2a87ebc05a5b481218a1ea81a.tar.gz historical-31bc9f45c0a0c8d2a87ebc05a5b481218a1ea81a.tar.bz2 historical-31bc9f45c0a0c8d2a87ebc05a5b481218a1ea81a.zip |
Don't use ED in an EAPI that does not declare it.
Package-Manager: portage-2.2.00.15134-prefix/cvs/Darwin powerpc
RepoMan-Options: --force
Diffstat (limited to 'kde-base')
-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() { |