diff options
author | Richard Freeman <rich0@gentoo.org> | 2022-05-19 10:06:17 -0400 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2022-05-19 10:06:17 -0400 |
commit | a5265b66029971168427eba7cce7996d9ea8e7a7 (patch) | |
tree | 98befc242edfe11639bfdbbb8763142b64e44730 /app-backup/duplicity/files | |
parent | net-libs/nodejs: arm stable wrt bug #841722 (diff) | |
download | gentoo-a5265b66029971168427eba7cce7996d9ea8e7a7.tar.gz gentoo-a5265b66029971168427eba7cce7996d9ea8e7a7.tar.bz2 gentoo-a5265b66029971168427eba7cce7996d9ea8e7a7.zip |
app-backup/duplicity: add 0.8.23
Signed-off-by: Richard Freeman <rich0@gentoo.org>
Diffstat (limited to 'app-backup/duplicity/files')
-rw-r--r-- | app-backup/duplicity/files/duplicity-0.8.23-fix-docs-cmd.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-backup/duplicity/files/duplicity-0.8.23-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.23-fix-docs-cmd.patch new file mode 100644 index 000000000000..2497beb25e01 --- /dev/null +++ b/app-backup/duplicity/files/duplicity-0.8.23-fix-docs-cmd.patch @@ -0,0 +1,20 @@ +--- duplicity-0.8.23/setup.py 2022-03-19 15:08:36.755624771 -0400 ++++ duplicity-0.8.23/setup.py 2022-03-19 15:09:38.332763172 -0400 +@@ -94,17 +94,6 @@ + u'bin/rdiffdir.1' + ] + ), +- (u'share/doc/duplicity-%s' % Version, +- [ +- u'CHANGELOG.md', +- u'CONTRIBUTING.md', +- u'COPYING', +- u'README.md', +- u'README-LOG.md', +- u'README-REPO.md', +- u'README-TESTING.md', +- ], +- ), + ] + + if not os.environ.get(u'READTHEDOCS') == u'True': |