media-video/mpv: bump EAPI to 6 in 9999
authorIlya Tumaykin <itumaykin@gmail.com>
Thu, 10 Mar 2016 12:20:19 +0000 (15:20 +0300)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 10 Mar 2016 21:35:12 +0000 (21:35 +0000)
Package-Manager: portage-2.2.27

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
media-video/mpv/mpv-9999.ebuild

index 3e8b8115fd6bc7d1bf7a1ebb6b90d033198d57b1..389027f54fcf4e32b011486b348e0e271680d02e 100644 (file)
@@ -2,14 +2,14 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 PYTHON_REQ_USE='threads(+)'
 
 WAF_PV='1.8.12'
 
-inherit eutils fdo-mime gnome2-utils pax-utils python-any-r1 toolchain-funcs waf-utils
+inherit fdo-mime gnome2-utils pax-utils python-any-r1 toolchain-funcs waf-utils
 
 DESCRIPTION="Media player based on MPlayer and mplayer2"
 HOMEPAGE="https://mpv.io/"
@@ -130,7 +130,7 @@ pkg_pretend() {
 src_prepare() {
        cp "${DISTDIR}/waf-${WAF_PV}" "${S}"/waf || die
        chmod +x "${S}"/waf || die
-       epatch_user
+       default
 }
 
 src_configure() {