mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 00:53:02 -04:00
dev-python/pyclip: Fix docs installation
The README.md in the repo is a symlink, so einstalldocs doesn't know how to handle it. Signed-off-by: Ryan Fox <flewkey@2a03.party> Closes: https://bugs.gentoo.org/847178
This commit is contained in:
@@ -22,6 +22,7 @@ LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
DOCS="${S}/docs/README.md"
|
||||
|
||||
DEPEND="
|
||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
|
||||
|
||||
@@ -22,6 +22,7 @@ LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
DOCS="${S}/docs/README.md"
|
||||
|
||||
DEPEND="
|
||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
|
||||
|
||||
@@ -22,6 +22,7 @@ LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
DOCS="${S}/docs/README.md"
|
||||
|
||||
DEPEND="
|
||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
|
||||
|
||||
Reference in New Issue
Block a user