summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGokturk Yuksek <gokturk@binghamton.edu>2015-11-28 22:13:30 -0500
committerGokturk Yuksek <gokturk@binghamton.edu>2015-11-28 22:13:30 -0500
commit8fe47ff252d8ffa5e6e96cb9ee5dae253c6bbf13 (patch)
treea8a76443dd7b1da3208bc9972bb75d9b51cedaed /dev-util/weka/metadata.xml
parentapp-emulation/xen-pvgrub: add missed dep 'pixman' to DEPEND (diff)
downloadgentoo-8fe47ff252d8ffa5e6e96cb9ee5dae253c6bbf13.tar.gz
gentoo-8fe47ff252d8ffa5e6e96cb9ee5dae253c6bbf13.tar.bz2
gentoo-8fe47ff252d8ffa5e6e96cb9ee5dae253c6bbf13.zip
dev-util/weka: add missing rdep on libsvm and the use flag "svm" #565550
Weka only ships a wrapper class for the actual libsvm package. Add a use flag named "svm" and pull in sci-libs/libsvm[java] for proper SVM support when the use flag is enabled. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=565550 Upstream-URL: https://weka.wikispaces.com/LibSVM Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-util/weka/metadata.xml')
-rw-r--r--dev-util/weka/metadata.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-util/weka/metadata.xml b/dev-util/weka/metadata.xml
index 90427530e907..4ed449fcc080 100644
--- a/dev-util/weka/metadata.xml
+++ b/dev-util/weka/metadata.xml
@@ -8,4 +8,10 @@
<upstream>
<remote-id type="sourceforge">weka</remote-id>
</upstream>
+ <use>
+ <flag name="svm">
+ Enable support for Support Vector Machines (SVM)
+ through sci-libs/libsvm
+ </flag>
+ </use>
</pkgmetadata>