dev-python/nose: Bump v. 1.3.7-r1 to EAPI 6
authorMing Dai <radaiming@gmail.com>
Tue, 19 Apr 2016 13:51:06 +0000 (21:51 +0800)
committerIan Delaney <idella4@gentoo.org>
Tue, 19 Apr 2016 17:09:32 +0000 (01:09 +0800)
Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1306

Signed-off-by: Ian Delaney <idella4@gentoo.org>
dev-python/nose/nose-1.3.7-r1.ebuild

index 4ef52e3ab0726cc22f410ffaf4c49d23c7596ff4..8d5d9035bbfd6d90fd50ea28e83628c614f4c2c6 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
 PYTHON_REQ_USE="threads(+)"
@@ -82,7 +82,7 @@ python_install() {
 }
 
 python_install_all() {
-       use examples && local EXAMPLES=( examples/. )
+       use examples && dodoc -r examples
        use doc && HTML_DOCS=( doc/.build/html/. )
        distutils-r1_python_install_all
 }