<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cde91bd766028ac0dca06393972fdffa32afa3a0">https://github.com/macports/macports-ports/commit/cde91bd766028ac0dca06393972fdffa32afa3a0</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit cde91bd766028ac0dca06393972fdffa32afa3a0
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Dec 14 14:05:01 2020 +1100

<span style='display:block; white-space:pre;color:#404040;'>    py*-faiss: fix primary category
</span>---
 math/libfaiss/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/libfaiss/Portfile b/math/libfaiss/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0aa0a142616..5b55b8f7dc9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/libfaiss/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/libfaiss/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,8 +64,7 @@ foreach v ${python_versions} {
</span> if {[string match "py*" ${subport}]} {
     github.setup        ${github.author} ${github.project} ${github.version} ${github.tag_prefix}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    categories-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    math
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    categories      math python
</span>     description     Python ${python.branch} bindings for ${description}
     long_description \
                     This package provides Python ${python.branch} bindings, \
</pre><pre style='margin:0'>

</pre>