Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kanyremote/
Date: Wed, 01 Jun 2016 07:58:49
Message-Id: 1464767909.8c63af693897ddc707c866ed2a7ca524ecfef36c.johu@gentoo
1 commit: 8c63af693897ddc707c866ed2a7ca524ecfef36c
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 1 07:58:14 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 1 07:58:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c63af69
7
8 kde-misc/kanyremote: EAPI 6
9
10 Package-Manager: portage-2.3.0_rc1
11
12 kde-misc/kanyremote/kanyremote-6.3.5.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/kde-misc/kanyremote/kanyremote-6.3.5.ebuild b/kde-misc/kanyremote/kanyremote-6.3.5.ebuild
16 index 6a1d98f..3256e74 100644
17 --- a/kde-misc/kanyremote/kanyremote-6.3.5.ebuild
18 +++ b/kde-misc/kanyremote/kanyremote-6.3.5.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=5
26 +EAPI=6
27
28 PYTHON_COMPAT=( python2_7 )
29 inherit autotools python-r1
30 @@ -46,6 +46,8 @@ src_prepare() {
31 if ! use bluetooth ; then
32 sed -e "s/usepybluez = True/usepybluez = False/" -i kanyremote || die
33 fi
34 +
35 + default
36 }
37
38 src_install() {