commit:     4aff30d6fdc2d0bdea5b2f7d03b782e9187c0d11
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Mar  3 04:38:07 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Mar  3 04:38:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4aff30d6

app-shells/k: use DOCS array

Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 app-shells/k/k-0.0.5.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-shells/k/k-0.0.5.ebuild b/app-shells/k/k-0.0.5.ebuild
index 882b4c1..1092c8f 100644
--- a/app-shells/k/k-0.0.5.ebuild
+++ b/app-shells/k/k-0.0.5.ebuild
@@ -16,8 +16,9 @@ RDEPEND="
        >=dev-vcs/git-1.7.2
 "
 
+DOCS=( readme.md )
+
 src_install() {
-       dodoc "readme.md"
        dodir "/usr/share/zsh/plugins"
        insinto "/usr/share/zsh/plugins/${PN}"
        doins "${PN}.sh"

Reply via email to