dev-python/pysnmp: Do not use banned EXAMPLES in EAPI 6

Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1299

Signed-off-by: Ian Delaney <idella4@gentoo.org>
This commit is contained in:
Ming Dai
2016-04-18 20:13:53 +08:00
committed by Ian Delaney
parent 255fa5b9d2
commit 361779a94f

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -37,7 +37,8 @@ python_compile_all() {
python_install_all() {
use doc && local HTML_DOCS=( docs/build/html/* )
use examples && local EXAMPLES=( examples/. docs/mibs )
docinto examples
use examples && dodoc -r examples/* docs/mibs
distutils-r1_python_install_all
}