Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
PYTHON_REQ_USE="sqlite"
inherit multilib multiprocessing python-single-r1
./do -j$(makeopts_jobs) \
install || die
- python_fix_shebang "${D}"
+ python_fix_shebang --force "${D}"
sed -i \
-e 's|/lib/|/'"$(get_libdir)"'/|g' \
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
PYTHON_REQ_USE="sqlite"
inherit git-r3 multilib multiprocessing python-single-r1
./do -j$(makeopts_jobs) \
install || die
- python_fix_shebang "${D}"
+ python_fix_shebang --force "${ED}"
sed -i \
-e 's|/lib/|/'"$(get_libdir)"'/|g' \