diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-04-28 08:41:41 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-04-28 08:42:02 -0400 |
commit | 951e5ebfacd60f44d80352cfd5396bf0e9525a16 (patch) | |
tree | e311ae0d1d4d86984a19b4b05a4a9b4a30518ac4 /sci-mathematics | |
parent | sci-mathematics/rstudio: Bump to 1.2.5042 (diff) | |
download | gentoo-951e5ebfacd60f44d80352cfd5396bf0e9525a16.tar.gz gentoo-951e5ebfacd60f44d80352cfd5396bf0e9525a16.tar.bz2 gentoo-951e5ebfacd60f44d80352cfd5396bf0e9525a16.zip |
sci-mathematics/pari: replace DOCS array.
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pari/pari-2.11.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-mathematics/pari/pari-2.11.4.ebuild b/sci-mathematics/pari/pari-2.11.4.ebuild index 076c2cdc55f9..564ed9639a71 100644 --- a/sci-mathematics/pari/pari-2.11.4.ebuild +++ b/sci-mathematics/pari/pari-2.11.4.ebuild @@ -97,6 +97,7 @@ src_test() { } src_install() { + DOCS=( AUTHORS CHANGES* COMPAT NEW README* ) default if use doc; then |