diff options
Diffstat (limited to 'dev-python/lockfile/lockfile-0.11.0.ebuild')
-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 370f3c67db86..97ebd77cde52 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.rst RELEASE-NOTES ) +DOCS=( ACKS AUTHORS ChangeLog README.rst RELEASE-NOTES ) python_compile_all() { if use doc; then |