diff options
Diffstat (limited to 'sci-astronomy/scamp/scamp-2.0.4.ebuild')
-rw-r--r-- | sci-astronomy/scamp/scamp-2.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-astronomy/scamp/scamp-2.0.4.ebuild b/sci-astronomy/scamp/scamp-2.0.4.ebuild index ac8a2435dd18..b9bc758d7dfa 100644 --- a/sci-astronomy/scamp/scamp-2.0.4.ebuild +++ b/sci-astronomy/scamp/scamp-2.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -45,7 +45,7 @@ src_configure() { $(use_enable threads) } -src_install () { +src_install() { default use doc && dodoc doc/* } |