net-irc/kvirc: Migrate to python-single-r1.eclass.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Fri, 27 Jan 2017 17:20:16 +0000 (18:20 +0100)
committerMike Gilbert <floppym@gentoo.org>
Fri, 27 Jan 2017 17:33:54 +0000 (12:33 -0500)
net-irc/kvirc/kvirc-9999.ebuild

index e9f2fdefc0839066fa15fe76ce87942248165174..0ee171940df905e6993b37b92bbe68e8b565320c 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
-PYTHON_DEPEND="python? 2"
+PYTHON_COMPAT=(python2_7)
 
-inherit cmake-utils flag-o-matic multilib python
+inherit cmake-utils flag-o-matic multilib python-single-r1
 
 if [[ "${PV}" == "9999" ]]; then
        inherit git-r3
@@ -58,6 +58,7 @@ RDEPEND="dev-qt/qtcore:5
        )
        perl? ( dev-lang/perl:0= )
        phonon? ( media-libs/phonon:0[qt5] )
+       python? ( ${PYTHON_DEPS} )
        spell? ( app-text/enchant )
        ssl? ( dev-libs/openssl:0= )
        theora? (
@@ -74,14 +75,13 @@ DEPEND="${RDEPEND}
        nls? ( sys-devel/gettext )"
 RDEPEND="${RDEPEND}
        gsm? ( media-sound/gsm )"
-REQUIRED_USE="audiofile? ( oss )"
+REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )"
 
 DOCS=(ChangeLog doc/FAQ)
 
 pkg_setup() {
        if use python; then
-               python_set_active_version 2
-               python_pkg_setup
+               python-single-r1_pkg_setup
        fi
 }