commit:     b32376b0081b0c9a6e1caf8b86b177a0c6b51f90
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 12:32:39 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 12:47:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b32376b0

net-misc/youtube-dl: EAPI=6.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-misc/youtube-dl/youtube-dl-2017.08.23.ebuild | 6 +++---
 net-misc/youtube-dl/youtube-dl-99999999.ebuild   | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-misc/youtube-dl/youtube-dl-2017.08.23.ebuild 
b/net-misc/youtube-dl/youtube-dl-2017.08.23.ebuild
index 57b578450c4..fa2e8cbf808 100644
--- a/net-misc/youtube-dl/youtube-dl-2017.08.23.ebuild
+++ b/net-misc/youtube-dl/youtube-dl-2017.08.23.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
-inherit bash-completion-r1 distutils-r1 eutils
+inherit bash-completion-r1 distutils-r1
 
 DESCRIPTION="Download videos from YouTube.com (and more sites...)"
 HOMEPAGE="https://rg3.github.com/youtube-dl/";
@@ -67,7 +67,7 @@ python_prepare_all() {
                        || die
        fi
 
-       epatch_user
+       eapply_user
 
        distutils-r1_python_prepare_all
 }

diff --git a/net-misc/youtube-dl/youtube-dl-99999999.ebuild 
b/net-misc/youtube-dl/youtube-dl-99999999.ebuild
index 003112d16b1..683bc08f1a1 100644
--- a/net-misc/youtube-dl/youtube-dl-99999999.ebuild
+++ b/net-misc/youtube-dl/youtube-dl-99999999.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
-inherit bash-completion-r1 distutils-r1 eutils git-r3
+inherit bash-completion-r1 distutils-r1 git-r3
 
 DESCRIPTION="Download videos from YouTube.com (and more sites...)"
 HOMEPAGE="https://rg3.github.com/youtube-dl/";
@@ -66,7 +66,7 @@ python_prepare_all() {
                        || die
        fi
 
-       epatch_user
+       eapply_user
 
        distutils-r1_python_prepare_all
 }

Reply via email to