commit: d19b98752c3cc6c9ecdc17891b4f87db5f817db3 Author: Theo Anderson <telans <AT> posteo <DOT> de> AuthorDate: Thu Apr 15 04:57:31 2021 +0000 Commit: Theo Anderson <telans <AT> posteo <DOT> de> CommitDate: Thu Apr 15 07:09:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d19b9875
dev-python/clufter: fix installing symlink as README Closes: https://bugs.gentoo.org/780987 Signed-off-by: Theo Anderson <telans <AT> posteo.de> dev-python/clufter/clufter-0.77.2.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/clufter/clufter-0.77.2.ebuild b/dev-python/clufter/clufter-0.77.2.ebuild index 9c5bac615..beca82401 100644 --- a/dev-python/clufter/clufter-0.77.2.ebuild +++ b/dev-python/clufter/clufter-0.77.2.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 @@ -19,3 +21,5 @@ DEPEND="dev-python/lxml dev-libs/libxml2" S="${WORKDIR}/${PN}-v${PV}" + +DOCS=( __root__/README )
