diff options
author | Christoph Mende <angelos@gentoo.org> | 2015-10-15 17:54:13 +0200 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2015-10-15 17:57:26 +0200 |
commit | b65e51d1471a2166435195bbe6f39cf252d8f457 (patch) | |
tree | f1d37011ab7369b810aeb3cfa37e93dbbfc843b4 /dev-python/lockfile | |
parent | x11-wm/afterstep: dropped 2.2.11 due to missing slot deps (diff) | |
download | gentoo-b65e51d1471a2166435195bbe6f39cf252d8f457.tar.gz gentoo-b65e51d1471a2166435195bbe6f39cf252d8f457.tar.bz2 gentoo-b65e51d1471a2166435195bbe6f39cf252d8f457.zip |
dev-python/lockfile: README was renamed to README.rst
Package-Manager: portage-2.2.23
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 |