CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/02/14 16:15:09
Modified files:
net/routinator : Makefile
Log message:
disable net/routinator on aarch64,
error[E0308]: mismatched types
-->
/usr/obj/ports/routinator-0.6.1/routinator-0.6.1/modcargo-crates/ring-0.14.6/src/cpu.rs:172:56
|
172 | pub fn available(&self, _: super::Features) -> bool {
| --------- ^^^^ expected `bool`,
found `()`
| |
| implicitly returns `()` as its body has no tail or `return`
expression
