Billy O'Neal 4945d50e90
[capnproto] Remove vcpkg_fail_port_install. (#22730)
* [capnproto] Remove vcpkg_fail_port_install.

The portfile and vcpkg.json disagreed.

```
vcpkg.json: !uwp & !((arm | arm64) & windows)
portfile:   !uwp & (!windows | !(arm | arm64))
```

If we demorgan the supports expression once they agree:

```
!uwp & (!(arm | arm64) | !windows)
```

Also, arm64 implies arm:

```
!uwp & (!arm | !windows)
```

In support of https://github.com/microsoft/vcpkg/pull/21502

* Put the supports expression into DNF as suggested by @strega-nil.
2022-01-24 13:51:42 -08:00
..
2022-01-13 09:23:06 -08:00
2022-01-04 19:58:12 -08:00
2022-01-10 11:47:12 -08:00
2022-01-06 16:09:29 -08:00
2021-12-30 15:22:10 -08:00
2022-01-05 20:21:59 -08:00
2022-01-05 20:22:16 -08:00
2022-01-13 09:17:25 -08:00
2022-01-19 09:15:16 -08:00
2022-01-12 11:33:38 -08:00
2021-12-28 18:27:01 -08:00
2022-01-05 19:28:29 -08:00
2022-01-03 14:13:03 -08:00
2022-01-18 12:15:31 -08:00
2021-12-28 15:04:20 -08:00
2022-01-18 13:07:13 -08:00
2022-01-04 19:56:55 -08:00
2022-01-13 13:23:44 -08:00
2022-01-06 13:17:47 -08:00
2022-01-19 09:15:16 -08:00
2022-01-20 14:29:45 -08:00
2021-12-28 15:11:14 -08:00
2022-01-18 15:47:52 -08:00
2022-01-18 13:42:39 -08:00
2022-01-10 13:07:18 -08:00
2022-01-21 13:30:52 -08:00
2022-01-11 14:56:08 -08:00
2022-01-11 14:56:08 -08:00
2022-01-18 13:03:27 -08:00
2022-01-04 15:02:13 -08:00
2022-01-04 19:48:02 -08:00
2022-01-06 13:35:56 -08:00
2022-01-06 13:16:54 -08:00
2022-01-13 10:49:26 -08:00
2022-01-18 13:44:04 -08:00
2022-01-10 13:09:22 -08:00
2022-01-13 09:14:32 -08:00
2021-12-28 15:05:09 -08:00
2022-01-18 13:44:30 -08:00
2022-01-18 13:45:05 -08:00
2022-01-11 14:27:35 -08:00
2021-12-28 15:03:23 -08:00
2022-01-18 12:28:16 -08:00