Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pari/
Date: Sun, 26 Apr 2020 08:40:28
Message-Id: 1587890392.9cc387c67c4eb3f469d49055e2723493250335a4.juippis@gentoo
1 commit: 9cc387c67c4eb3f469d49055e2723493250335a4
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 26 08:04:43 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 26 08:39:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc387c6
7
8 sci-mathematics/pari: move DOCS array to its correct place
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 sci-mathematics/pari/pari-2.11.4.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/sci-mathematics/pari/pari-2.11.4.ebuild b/sci-mathematics/pari/pari-2.11.4.ebuild
16 index 564ed9639a7..ea2ec821049 100644
17 --- a/sci-mathematics/pari/pari-2.11.4.ebuild
18 +++ b/sci-mathematics/pari/pari-2.11.4.ebuild
19 @@ -34,6 +34,8 @@ PATCHES=(
20 "${FILESDIR}/${PN}"-2.11.2-Makefile-docinstall.patch
21 )
22
23 +DOCS=( AUTHORS CHANGES* COMPAT NEW README* )
24 +
25 src_prepare() {
26 default
27
28 @@ -97,7 +99,6 @@ src_test() {
29 }
30
31 src_install() {
32 - DOCS=( AUTHORS CHANGES* COMPAT NEW README* )
33 default
34
35 if use doc; then