summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-04-26 11:04:43 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-04-26 11:39:52 +0300
commit9cc387c67c4eb3f469d49055e2723493250335a4 (patch)
tree0fcc589ed8bc53af0feec24a6c729f35cecb4a81
parentsci-mathematics/pari: superceded by new release (diff)
downloadgentoo-9cc387c6.tar.gz
gentoo-9cc387c6.tar.bz2
gentoo-9cc387c6.zip
sci-mathematics/pari: move DOCS array to its correct place
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--sci-mathematics/pari/pari-2.11.4.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/pari/pari-2.11.4.ebuild b/sci-mathematics/pari/pari-2.11.4.ebuild
index 564ed9639a71..ea2ec8210494 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