commit: 8c63af693897ddc707c866ed2a7ca524ecfef36c
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 1 07:58:14 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jun 1 07:58:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c63af69
kde-misc/kanyremote: EAPI 6
Package-Manager: portage-2.3.0_rc1
kde-misc/kanyremote/kanyremote-6.3.5.ebuild | 6 ++++--
1 file 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 6a1d98f..3256e74 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() {