summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-03-19 13:44:15 +0100
committerDavid Seifert <soap@gentoo.org>2017-03-19 13:45:11 +0100
commit1bfbb2fbe5f743bae7d83aa5e5849bf42efa25c7 (patch)
tree0aa2a36b4eb69595ccf8d87690529750422dcb8e /sci-libs/scipy/scipy-0.18.1.ebuild
parentsys-kernel/hardened-sources: version bump to 4.9.16 (diff)
downloadgentoo-1bfbb2fbe5f743bae7d83aa5e5849bf42efa25c7.tar.gz
gentoo-1bfbb2fbe5f743bae7d83aa5e5849bf42efa25c7.tar.bz2
gentoo-1bfbb2fbe5f743bae7d83aa5e5849bf42efa25c7.zip
sci-libs/scipy: Do not glob on DISTDIR
Bug: https://bugs.gentoo.org/show_bug.cgi?id=612920 Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sci-libs/scipy/scipy-0.18.1.ebuild')
-rw-r--r--sci-libs/scipy/scipy-0.18.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/scipy/scipy-0.18.1.ebuild b/sci-libs/scipy/scipy-0.18.1.ebuild
index 44a6f8669f15..c1d9ea57af22 100644
--- a/sci-libs/scipy/scipy-0.18.1.ebuild
+++ b/sci-libs/scipy/scipy-0.18.1.ebuild
@@ -130,7 +130,7 @@ python_test() {
python_install_all() {
use doc && \
- local DOCS=( "${DISTDIR}"/${PN}*pdf ) \
+ local DOCS=( "${DISTDIR}"/${PN}-${DOC_PV}-ref.pdf ) \
local HTML_DOCS=( "${WORKDIR}"/html/. )
distutils-r1_python_install_all
}