summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-03-10 15:20:19 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-03-10 21:35:12 +0000
commit25127e707b67ce6bc288c6a3729bb3eb14e55e9c (patch)
tree17468131467bce0a318851810eccb2edf48872b3 /media-video/mpv
parentmedia-video/mpv: add libass USE description, drop libass ewarn from 9999 (diff)
downloadgentoo-25127e707b67ce6bc288c6a3729bb3eb14e55e9c.tar.gz
gentoo-25127e707b67ce6bc288c6a3729bb3eb14e55e9c.tar.bz2
gentoo-25127e707b67ce6bc288c6a3729bb3eb14e55e9c.zip
media-video/mpv: bump EAPI to 6 in 9999
Package-Manager: portage-2.2.27 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r--media-video/mpv/mpv-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 3e8b8115fd6b..389027f54fcf 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -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() {