mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/odfpy: fix broken "examples" USE flag
Closes: https://bugs.gentoo.org/665018 Package-Manager: Portage-2.3.48, Repoman-2.3.10
This commit is contained in:
@@ -28,6 +28,9 @@ python_test() {
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use examples && local EXAMPLES=( examples/. )
|
||||
if use examples; then
|
||||
docinto examples
|
||||
dodoc -r examples/.
|
||||
fi
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user