net-misc/youtube-dl: EAPI=6.
authorJeroen Roovers <jer@gentoo.org>
Thu, 24 Aug 2017 12:32:39 +0000 (14:32 +0200)
committerJeroen Roovers <jer@gentoo.org>
Thu, 24 Aug 2017 12:47:29 +0000 (14:47 +0200)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

net-misc/youtube-dl/youtube-dl-2017.08.23.ebuild
net-misc/youtube-dl/youtube-dl-99999999.ebuild

index 57b578450c4eedcde6fc6fa603151834df5c55be..fa2e8cbf808f3ad0039cc932358e3974ba5edcfe 100644 (file)
@@ -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
 }
index 003112d16b16407f85e6be11947519701c433bc4..683bc08f1a19273c71a91462036b32b3b37a32b7 100644 (file)
@@ -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
 }