From d19b98752c3cc6c9ecdc17891b4f87db5f817db3 Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Thu, 15 Apr 2021 16:57:31 +1200 Subject: [PATCH] dev-python/clufter: fix installing symlink as README Closes: https://bugs.gentoo.org/780987 Signed-off-by: Theo Anderson --- 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 9c5bac6159..beca824018 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 )