summaryrefslogtreecommitdiff
path: root/kde-base/pykde4/pykde4-9999.ebuild
diff options
context:
space:
mode:
authorabcd <abcd@gentoo.org>2009-12-12 17:48:53 -0500
committerabcd <abcd@gentoo.org>2009-12-16 12:52:56 -0500
commit542211b39a6c8a381dfb56d1c99ef72cfcef3aa5 (patch)
tree457764bf47c170cccd6ed6750c369837f5cc4cf8 /kde-base/pykde4/pykde4-9999.ebuild
parentb80e731a383903a52a84097c7b83b6b6466ea729 (diff)
downloadkde-542211b39a6c8a381dfb56d1c99ef72cfcef3aa5.tar.gz
kde-542211b39a6c8a381dfb56d1c99ef72cfcef3aa5.tar.bz2
kde-542211b39a6c8a381dfb56d1c99ef72cfcef3aa5.zip
[kde-base/pykde4] EPREFIXify
Diffstat (limited to 'kde-base/pykde4/pykde4-9999.ebuild')
-rw-r--r--kde-base/pykde4/pykde4-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 9ef689ab3e4..3deecb9cb48 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -16,9 +16,10 @@ KEYWORDS=""
IUSE="akonadi debug examples policykit semantic-desktop"
DEPEND="
- >=dev-python/PyQt4-4.5[dbus,sql,svg,webkit,X]
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop?')
akonadi? ( $(add_kdebase_dep kdepimlibs) )
+ aqua? ( >=dev-python/PyQt4-4.5[dbus,sql,svg,webkit,aqua] )
+ !aqua? ( >=dev-python/PyQt4-4.5[dbus,sql,svg,webkit,X] )
policykit? ( >=sys-auth/policykit-qt-0.9.2 )
"
# blocker added due to compatibility issues and error during compile time
@@ -95,7 +96,7 @@ src_install() {
CMAKE_USE_DIR="${S}-${PYTHON_ABI}"
kde4-meta_src_install
- rm -f "${D}$(python_get_sitedir)"/PyKDE4/*.py[co]
+ rm -f "${ED}$(python_get_sitedir)"/PyKDE4/*.py[co]
}
python_execute_function -s do_src_install
@@ -109,7 +110,7 @@ pkg_postinst() {
if use examples; then
echo
elog "PyKDE4 examples have been installed to"
- elog "${PREFIX}/share/apps/${PN}/examples"
+ elog "${EKDEDIR}/share/apps/${PN}/examples"
echo
fi
}