summaryrefslogtreecommitdiff
path: root/app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
commit93a93e9a3b53c1a73142a305ea1f8136846942ee (patch)
treeb9791a06ab3284e27b568412c59316c66240c682 /app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch
parent2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff)
gentoo resync : 22.12.2021
Diffstat (limited to 'app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch')
-rw-r--r--app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch
new file mode 100644
index 000000000000..d97949058a28
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch
@@ -0,0 +1,20 @@
+--- duplicity-0.8.21/setup.py 2021-12-07 14:26:58.096082507 -0500
++++ duplicity-0.8.21/setup.py 2021-12-07 14:27:44.915022471 -0500
+@@ -94,17 +94,6 @@
+ u'bin/rdiffdir.1'
+ ]
+ ),
+- (u'share/doc/duplicity-%s' % Version,
+- [
+- u'AUTHORS',
+- u'CHANGELOG.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':