summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-06-01 09:58:14 +0200
committerJohannes Huber <johu@gentoo.org>2016-06-01 09:58:29 +0200
commit8c63af693897ddc707c866ed2a7ca524ecfef36c (patch)
tree7abec3c199421b5fb14431896ef18f9c50cef3c5
parentdev-util/yacc: Housekeeping + EAPI 6 bump. (diff)
downloadgentoo-8c63af69.tar.gz
gentoo-8c63af69.tar.bz2
gentoo-8c63af69.zip
kde-misc/kanyremote: EAPI 6
Package-Manager: portage-2.3.0_rc1
-rw-r--r--kde-misc/kanyremote/kanyremote-6.3.5.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/kde-misc/kanyremote/kanyremote-6.3.5.ebuild b/kde-misc/kanyremote/kanyremote-6.3.5.ebuild
index 6a1d98fa8139..3256e74f1db0 100644
--- a/kde-misc/kanyremote/kanyremote-6.3.5.ebuild
+++ b/kde-misc/kanyremote/kanyremote-6.3.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit autotools python-r1
@@ -46,6 +46,8 @@ src_prepare() {
if ! use bluetooth ; then
sed -e "s/usepybluez = True/usepybluez = False/" -i kanyremote || die
fi
+
+ default
}
src_install() {