diff options
author | David Seifert <soap@gentoo.org> | 2016-08-07 10:28:58 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-08-07 10:29:25 +0200 |
commit | 9826199245c5accd08c13e4827bddb7b8f124d05 (patch) | |
tree | 3ec3015b0fec0b6d6551fde96c9eadbf70ae1c29 | |
parent | x11-misc/sddm: Cleanup per bug #498492 (diff) | |
download | gentoo-9826199245c5accd08c13e4827bddb7b8f124d05.tar.gz gentoo-9826199245c5accd08c13e4827bddb7b8f124d05.tar.bz2 gentoo-9826199245c5accd08c13e4827bddb7b8f124d05.zip |
sci-libs/libsvm: Install scripts for all python impls
Package-Manager: portage-2.3.0
-rw-r--r-- | sci-libs/libsvm/libsvm-3.17-r3.ebuild (renamed from sci-libs/libsvm/libsvm-3.17-r2.ebuild) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sci-libs/libsvm/libsvm-3.17-r2.ebuild b/sci-libs/libsvm/libsvm-3.17-r3.ebuild index e4752db0a174..7b428dbdd984 100644 --- a/sci-libs/libsvm/libsvm-3.17-r2.ebuild +++ b/sci-libs/libsvm/libsvm-3.17-r3.ebuild @@ -79,11 +79,9 @@ src_install() { dodoc README if use tools; then - python_setup - local t for t in tools/*.py; do - python_newscript ${t} svm-$(basename ${t} .py) + python_foreach_impl python_newscript ${t} svm-$(basename ${t} .py) done newdoc tools/README README.tools |