Sam James

Results 860 comments of Sam James

I usually remove them when I notice! ``` $ grep "gst-plugins-meta" profiles/arch/arm/package.use.mask media-plugins/gst-plugins-meta aac dts dv lame libvisual modplug taglib vcd wavpack dvd ``` e.g. but ```media-plugins/gst-plugins-taglib``` has since gained...

``` $ pkgcheck show -k | grep live -i LiveOnlyPackage ```

Then you should file a bug for that with full command output and pkgcheck version. You can repurpose this one if you wish.

See also https://github.com/pkgcore/pkgcheck/pull/528 (https://github.com/pkgcore/pkgcheck/commit/0e22d6f56b735b5b7449e5e3f800685bb54651d4).

The other side of this is https://github.com/pkgcore/pkgcheck/issues/377.

1. Works for me. Do wonder about maybe a more standard way of skipping checks in ebuilds but not something we necessarily have to handle now. 2. While it's possible...

It's unclear to me that it should actually inherit from reading PMS?

This is related to https://github.com/pkgcore/pkgcheck/issues/414 but it's a bit different. * The other bug (#414) is about USE flags which exist and (usually) do something but shouldn't (should be made...

Is this within the limits of the current parsing setup? Parsing PATCHES and possibly epatch/eapply arguments. It may get painful if people are using loops with eapply for FILESDIR but...