diff options
author | Gabriel Linder <linder.gabriel@gmail.com> | 2018-03-14 21:55:44 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-19 22:29:58 -0400 |
commit | 59ceecc592c49f454e33025b5d8b136ab5bb12c7 (patch) | |
tree | 294d6cc51c0d30f805a1b80548829359038a6629 /sci-mathematics | |
parent | media-libs/libsfml: Version bump to 2.5.0 (diff) | |
download | gentoo-59ceecc592c49f454e33025b5d8b136ab5bb12c7.tar.gz gentoo-59ceecc592c49f454e33025b5d8b136ab5bb12c7.tar.bz2 gentoo-59ceecc592c49f454e33025b5d8b136ab5bb12c7.zip |
sci-mathematics/pymc3: Fix installation error, bug #632334
Closes: https://bugs.gentoo.org/632334
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7463
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pymc3/pymc3-3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/pymc3/pymc3-3.1.ebuild b/sci-mathematics/pymc3/pymc3-3.1.ebuild index 0361603fbe9f..658b90729d13 100644 --- a/sci-mathematics/pymc3/pymc3-3.1.ebuild +++ b/sci-mathematics/pymc3/pymc3-3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -46,7 +46,7 @@ DEPEND=" ) " -DOCS=(CHANGELOG.md CONTRIBUTING.md RELEASE-NOTES.md +DOCS=(CONTRIBUTING.md RELEASE-NOTES.md CONDUCT.md GOVERNANCE.md README.rst) python_prepare_all() { |