>>> Compiling source in
/home/jer/portage/net-libs/wvstreams-99999/work/wvstreams-99999 ...
Traceback (most recent call last):
File "/usr/bin/redo", line 8, in <module>
import redo.cmd_redo
File "/usr/bin/../lib/redo/cmd_redo.py", line 51
print version.TAG
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean
print(version.TAG)?
This reverts commit
79802ff71e24c576f500de4ea9c6e9c94200e623.
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"
inherit multilib multiprocessing python-single-r1
./do -j$(makeopts_jobs) \
install || die
- python_fix_shebang --force "${D}"
+ python_fix_shebang "${D}"
sed -i \
-e 's|/lib/|/'"$(get_libdir)"'/|g' \
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"
inherit git-r3 multilib multiprocessing python-single-r1
./do -j$(makeopts_jobs) \
install || die
- python_fix_shebang --force "${ED}"
+ python_fix_shebang "${D}"
sed -i \
-e 's|/lib/|/'"$(get_libdir)"'/|g' \