summaryrefslogtreecommitdiff
path: root/kde-base/pykde4/pykde4-4.7.49.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/pykde4/pykde4-4.7.49.9999.ebuild')
-rw-r--r--kde-base/pykde4/pykde4-4.7.49.9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/pykde4/pykde4-4.7.49.9999.ebuild b/kde-base/pykde4/pykde4-4.7.49.9999.ebuild
index e99a0cbc15c..916e24bebee 100644
--- a/kde-base/pykde4/pykde4-4.7.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.7.49.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
PYTHON_DEPEND="*:2.5"
RESTRICT_PYTHON_ABIS="*-jython 2.4"
@@ -120,7 +120,7 @@ src_compile() {
src_install() {
installation() {
cd "${S}_build-${PYTHON_ABI}"
- emake DESTDIR="${T}/images/${PYTHON_ABI}" install || die "emake install failed for Python ${PYTHON_ABI}"
+ emake DESTDIR="${T}/images/${PYTHON_ABI}" install
}
python_execute_function installation