sci-libs/libsvm: Use 'python_newscript' instead of 'python_doscript'

Package-Manager: portage-2.3.0
This commit is contained in:
David Seifert
2016-08-07 01:13:25 +02:00
parent 45c442a7aa
commit 62e03fae79

View File

@@ -83,8 +83,7 @@ src_install() {
local t
for t in tools/*.py; do
mv ${t} svm-$(basename ${t} .py) || die
python_doscript svm-$(basename ${t} .py)
python_newscript ${t} svm-$(basename ${t} .py)
done
newdoc tools/README README.tools