From 520a5b56dff7c24c9d42eafec142cb78b44f8e3e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 21 Jul 2018 18:59:32 +0100 Subject: gentoo resync : 21.07.2018 --- dev-python/mecab-python/files/mecab-python-python3.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dev-python/mecab-python/files/mecab-python-python3.patch (limited to 'dev-python/mecab-python/files/mecab-python-python3.patch') diff --git a/dev-python/mecab-python/files/mecab-python-python3.patch b/dev-python/mecab-python/files/mecab-python-python3.patch new file mode 100644 index 000000000000..33c8d97ebb2b --- /dev/null +++ b/dev-python/mecab-python/files/mecab-python-python3.patch @@ -0,0 +1,11 @@ +--- a/setup.py ++++ b/setup.py +@@ -7,7 +7,7 @@ + return os.popen(str).readlines()[0][:-1] + + def cmd2(str): +- return string.split (cmd1(str)) ++ return cmd1(str).split() + + setup(name = "mecab-python", + version = cmd1("mecab-config --version"), -- cgit v1.2.3