diff options
Diffstat (limited to 'dev-python/lockfile')
-rw-r--r-- | dev-python/lockfile/lockfile-0.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lockfile/lockfile-0.11.0.ebuild b/dev-python/lockfile/lockfile-0.11.0.ebuild index fadc0ab3ff85..370f3c67db86 100644 --- a/dev-python/lockfile/lockfile-0.11.0.ebuild +++ b/dev-python/lockfile/lockfile-0.11.0.ebuild @@ -24,7 +24,7 @@ DEPEND=" test? ( dev-python/nose[${PYTHON_USEDEP}] )" RDEPEND="" -DOCS=( ACKS README RELEASE-NOTES ) +DOCS=( ACKS README.rst RELEASE-NOTES ) python_compile_all() { if use doc; then |