diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-15 18:09:12 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-15 18:10:36 +0200 |
commit | e27503216198635e4d83a6ffdb916bfab88fca73 (patch) | |
tree | beeece5c45760444d32cbe9ebd31c23092a05d4d /dev-python/lockfile | |
parent | dev-python/lockfile: README was renamed to README.rst (diff) | |
download | gentoo-e27503216198635e4d83a6ffdb916bfab88fca73.tar.gz gentoo-e27503216198635e4d83a6ffdb916bfab88fca73.tar.bz2 gentoo-e27503216198635e4d83a6ffdb916bfab88fca73.zip |
dev-python/lockfile: Fix installation problems due to file renaming
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
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 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 |