aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-01-25 12:46:14 +0100
committerJustin Lecher <jlec@gentoo.org>2016-01-25 12:46:14 +0100
commit88d0bf298ebac6cbe6a688a061b7c3a6d422dbfd (patch)
treee594feb1f14f9892eaad85cb403b3dedecfcfbd8
parentMerge remote-tracking branch 'github/master' (diff)
downloadsci-88d0bf298ebac6cbe6a688a061b7c3a6d422dbfd.tar.gz
sci-88d0bf298ebac6cbe6a688a061b7c3a6d422dbfd.tar.bz2
sci-88d0bf298ebac6cbe6a688a061b7c3a6d422dbfd.zip
sci-mathematics/pulp: Fix typo
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--sci-mathematics/pulp/pulp-1.5.6-r1.ebuild (renamed from sci-mathematics/pulp/pulp-1.5.6.ebuild)9
1 files changed, 3 insertions, 6 deletions
diff --git a/sci-mathematics/pulp/pulp-1.5.6.ebuild b/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
index 23d69a861..da0caa9d0 100644
--- a/sci-mathematics/pulp/pulp-1.5.6.ebuild
+++ b/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -34,10 +34,7 @@ python_prepare_all() {
distutils-r1_python_prepare_all
}
-pyhton_install_all() {
+python_install_all() {
+ use examples && EXAMPLES=( examples/. )
distutils-r1_python_install_all
- if use examples; then
- insinto /usr/share/doc/"${PF}"/
- doins -r examples
- fi
}