From 59ceecc592c49f454e33025b5d8b136ab5bb12c7 Mon Sep 17 00:00:00 2001 From: Gabriel Linder Date: Wed, 14 Mar 2018 21:55:44 +0100 Subject: [PATCH] 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 --- sci-mathematics/pymc3/pymc3-3.1.ebuild | 4 ++-- 1 file 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() { -- 2.26.2