diff options
author | Andrey Grozin <grozin@gentoo.org> | 2020-02-02 22:01:30 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2020-02-02 22:01:30 +0700 |
commit | 67f51249608b99d6431273b3e622e45b88fa2dce (patch) | |
tree | e150186b780bc71b73af5906eefa6a53882b0b86 /sci-libs | |
parent | dev-util/radare2: drop old (diff) | |
download | gentoo-67f51249608b99d6431273b3e622e45b88fa2dce.tar.gz gentoo-67f51249608b99d6431273b3e622e45b88fa2dce.tar.bz2 gentoo-67f51249608b99d6431273b3e622e45b88fa2dce.zip |
sci-libs/cln: minor ebuild cleanup
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cln/cln-1.3.6.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sci-libs/cln/cln-1.3.6.ebuild b/sci-libs/cln/cln-1.3.6.ebuild index 319cd491c618..d8f58d811919 100644 --- a/sci-libs/cln/cln-1.3.6.ebuild +++ b/sci-libs/cln/cln-1.3.6.ebuild @@ -46,9 +46,6 @@ src_compile() { src_install () { default - if use doc; then - einstalldocs - fi if use examples; then docompress -x /usr/share/doc/${PF}/examples docinto examples |