diff options
author | Johannes Huber <johu@gentoo.org> | 2016-06-01 09:58:14 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-06-01 09:58:29 +0200 |
commit | 8c63af693897ddc707c866ed2a7ca524ecfef36c (patch) | |
tree | 7abec3c199421b5fb14431896ef18f9c50cef3c5 /kde-misc/kanyremote | |
parent | dev-util/yacc: Housekeeping + EAPI 6 bump. (diff) | |
download | gentoo-8c63af693897ddc707c866ed2a7ca524ecfef36c.tar.gz gentoo-8c63af693897ddc707c866ed2a7ca524ecfef36c.tar.bz2 gentoo-8c63af693897ddc707c866ed2a7ca524ecfef36c.zip |
kde-misc/kanyremote: EAPI 6
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'kde-misc/kanyremote')
-rw-r--r-- | kde-misc/kanyremote/kanyremote-6.3.5.ebuild | 6 |
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() { |