You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-p2p/deluge/files/deluge-2.0.3-setup.py.patch

12 lines
428 B

diff -ur deluge-2.0.3.orig/setup.py deluge-2.0.3/setup.py
--- deluge-2.0.3.orig/setup.py 2019-07-25 18:19:04.624650797 +0200
+++ deluge-2.0.3/setup.py 2019-07-25 18:19:42.984276752 +0200
@@ -221,7 +221,6 @@
)
print('Compiling po files from %s...' % po_dir)
- uptoDate = False
for path, names, filenames in os.walk(po_dir):
for f in filenames:
upto_date = False