commit: 9cc387c67c4eb3f469d49055e2723493250335a4
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 08:04:43 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 08:39:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc387c6
sci-mathematics/pari: move DOCS array to its correct place
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-mathematics/pari/pari-2.11.4.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sci-mathematics/pari/pari-2.11.4.ebuild
b/sci-mathematics/pari/pari-2.11.4.ebuild
index 564ed9639a7..ea2ec821049 100644
--- a/sci-mathematics/pari/pari-2.11.4.ebuild
+++ b/sci-mathematics/pari/pari-2.11.4.ebuild
@@ -34,6 +34,8 @@ PATCHES=(
"${FILESDIR}/${PN}"-2.11.2-Makefile-docinstall.patch
)
+DOCS=( AUTHORS CHANGES* COMPAT NEW README* )
+
src_prepare() {
default
@@ -97,7 +99,6 @@ src_test() {
}
src_install() {
- DOCS=( AUTHORS CHANGES* COMPAT NEW README* )
default
if use doc; then