dev-python/clufter: fix installing symlink as README

Closes: https://bugs.gentoo.org/780987
Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
Theo Anderson
2021-04-15 16:57:31 +12:00
parent 51de3cc6e4
commit d19b98752c

View File

@@ -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 )