commit:     c7589c49bbf33ca79fd771f70de793c296cab889
Author:     Patrick Höhn <hoehnp <AT> users <DOT> noreply <DOT> github <DOT> 
com>
AuthorDate: Sun Oct 11 16:55:27 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Sun Oct 11 16:55:27 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c7589c49

Update envytools-9999.ebuild

currently the README.rst file is not found during installation:

/usr/bin/install: cannot stat 'README': No such file or directory
!!! dodoc: README does not exist

Proposed Solution:
change "README" to "README.rst"

 x11-misc/envytools/envytools-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/envytools/envytools-9999.ebuild 
b/x11-misc/envytools/envytools-9999.ebuild
index df6294a..b712e6e 100644
--- a/x11-misc/envytools/envytools-9999.ebuild
+++ b/x11-misc/envytools/envytools-9999.ebuild
@@ -25,6 +25,6 @@ DEPEND="${RDEPEND}
        sys-devel/bison
        sys-devel/flex"
 
-DOCS=( README )
+DOCS=( README.rst )
 
 PATCHES=( "${FILESDIR}"/${PN}-bison.patch )

Reply via email to