dev-python/urwid: eapi bump to EAPI 6
authorMing Dai <radaiming@gmail.com>
Mon, 18 Apr 2016 11:15:46 +0000 (19:15 +0800)
committerIan Delaney <idella4@gentoo.org>
Mon, 18 Apr 2016 15:18:58 +0000 (23:18 +0800)
Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1296

Signed-off-by: Ian Delaney <idella4@gentoo.org>
dev-python/urwid/urwid-1.3.1.ebuild

index 0fa8a9fbeb76b36740d60a3d51462058251336d3..37385b442b62d1a3d8051687381384efb75fffb8 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} )
 PYTHON_REQ_USE="ncurses"
@@ -49,7 +49,7 @@ python_test() {
 }
 
 python_install_all() {
-       use examples && local EXAMPLES=( examples/. )
+       use examples && dodoc -r examples
        use doc && local HTML_DOCS=( docs/_build/html/. )
 
        distutils-r1_python_install_all