This is a gentoo overlay hosting either customized ebuilds I have in use as well as ebuilds for my own projects.
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.

12 lines
396 B

diff -Naur ceph-10.2.3-orig/man/conf.py ceph-10.2.3/man/conf.py
--- ceph-10.2.3-orig/man/conf.py 2016-09-21 17:48:55.000000000 +0200
+++ ceph-10.2.3/man/conf.py 2019-04-22 22:50:21.000000000 +0200
@@ -9,7 +9,7 @@
def _get_description(fname, base):
- with file(fname) as f:
+ with open(fname) as f:
one = None
while True:
line = f.readline().rstrip('\n')