Issy Long 2a36f61c19
missing_formula: TexLive is only blacklisted on macOS
- In Homebrew/linuxbrew-core, [we have a Linux-only formula for
  `texlive`](https://github.com/Homebrew/linuxbrew-core/tree/master/Formula/texlive.rb).
- When running `brew audit --strict texlive` on Linux, we got the
  following messaging:

  ```
  $ brew audit --strict texlive
  texlive:
    * 'texlive' is blacklisted from homebrew/core.
    Error: 1 problem in 1 formula detected
  ```

- Looking at where this comes from leads to the missing formula
  messaging to install `mactex` via Homebrew Cask. The 'blacklisted in
  homebrew/core' messaging only applies to macOS where Casks are an option
  for users, so let's not surface the audit for `texlive` on Linux.
2020-02-15 19:51:48 +00:00
..
2020-02-11 07:56:15 +00:00
2019-12-11 16:36:23 +05:30
2019-10-18 15:33:28 +08:00
2020-01-26 14:38:32 +11:00
2019-11-22 09:10:29 +00:00
2019-08-19 16:12:34 +10:00
2019-10-11 09:34:43 +02:00
2019-08-19 16:12:34 +10:00
2019-08-19 16:12:34 +10:00
2019-08-19 16:12:34 +10:00
2020-02-05 20:22:21 +00:00