summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles/arch: fix UnknownProfilePackageUseSam James2022-10-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles: Mask app-text/po4a[test] on m68kJames Le Cuirot2022-08-061-0/+1
| | | | | | It requires texlive and friends to be keyworded. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: UnknownProfilePackageUse cleanup, pt. 1Michał Górny2022-06-221-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Introduce a dedicated "feature" profile for no RustMichał Górny2022-06-222-4/+1
| | | | | | | | | | | | | | | Introduce a common profile that combines the masks necessary for arch profiles and subprofiles that are not supported by Rust. Note that this goes beyond existing masks in the individual profiles since these masks did not include packages that aren't keyworded on the arch in question. Some Rust-influenced masks remain in specific profiles where Rust is actually keyworded nowadays but the dependencies in question haven't been rekeyworded. Closes: https://github.com/gentoo/gentoo/pull/25951 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: remove 'appindicator' from use.mask on several archsMike Gilbert2022-06-131-4/+0
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* profiles: explicitly unmask USE=systemd on m68kAndreas K. Hüttel2022-05-311-0/+4
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: remove references to 'ayatana' USE flagMike Gilbert2022-05-311-1/+0
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* profiles: unmask systemd useflag on m68kAndreas K. Hüttel2022-05-301-1/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: also mask systemd[xkb] on m68kAndreas K. Hüttel2022-05-291-2/+2
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: mask systemd[tpm] on m68k, no tpm hereAndreas K. Hüttel2022-05-291-0/+4
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: cleanup/improve mask messages mentioning "repoman"Sam James2022-04-291-1/+1
| | | | | | "Make repoman happy" is not a particularly descriptive mask. Signed-off-by: Sam James <sam@gentoo.org>
* profiles: Mask dev-python/hatchling[test] on m68kJames Le Cuirot2022-04-101-0/+1
| | | | | | Avoid lots of unkeyworded dependencies of Python tests. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: The dev-python/jsonschema tests can be run on m68k nowJames Le Cuirot2022-03-271-1/+0
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-video/ffmpeg: enable vmaf use flagAdel KARA SLIMANE2022-03-161-0/+4
| | | | | | | | To use Netflix' vmaf scoring algorithm Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com> Closes: https://github.com/gentoo/gentoo/pull/23412 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: add AMF useflagAdel KARA SLIMANE2022-02-191-0/+5
| | | | | | Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com> Closes: https://github.com/gentoo/gentoo/pull/23250 Signed-off-by: Sam James <sam@gentoo.org>
* profiles: Mask GTK-related USE flags on m68kJames Le Cuirot2022-02-071-1/+8
| | | | | | GTK is not keyworded or tested. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask smp USE flag on m68kJames Le Cuirot2022-02-071-1/+2
| | | | | | m68k simply doesn't support SMP. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask fish-completion USE flag on m68kJames Le Cuirot2022-01-301-0/+4
| | | | | | The app-shells/fish tests fail on m68k, so it remains unkeyworded. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask dev-python/numpydoc[test] on m68kJames Le Cuirot2022-01-291-0/+1
| | | | | | We're not going to keyword matplotlib yet. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Drop dev-python/setuptools[test] mask on m68kJames Le Cuirot2022-01-261-1/+0
| | | | | | The dependencies are keyworded now and the tests pass. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask net-misc/chrony[html] on m68kJames Le Cuirot2022-01-191-0/+1
| | | | | | Requires Ruby, which is broken on m68k. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask dev-python/jsonschema[test] on m68kJames Le Cuirot2022-01-171-0/+1
| | | | | | dev-python/twisted is not keyworded here. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask sys-block/thin-provisioning-tools[test] on m68kJames Le Cuirot2022-01-151-0/+1
| | | | | | Requires Ruby, which is broken on m68k. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask postgres USE flag on m68kJames Le Cuirot2022-01-151-0/+5
| | | | | | | Most of the PostgreSQL tests pass on m68k, but some fail and some hang. I suggest you put your data elsewhere. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask jack USE flag on m68kJames Le Cuirot2022-01-101-1/+2
| | | | | | Keywording aside, m68k CPUs are probably too slow for JACK. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask kms USE flag against some packages on m68kJames Le Cuirot2022-01-091-0/+6
| | | | | | | Most usage of KMS requires GBM, which is provided by Mesa, which currently doesn't work on m68k. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask pipewire USE flag on m68kJames Le Cuirot2022-01-091-1/+2
| | | | | | Keywording aside, m68k CPUs are probably too slow for PipeWire. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask wayland USE flag on m68kJames Le Cuirot2022-01-092-4/+5
| | | | | | | Although Wayland could possibly work in a limited manner, Mesa is usually required, and that isn't working on m68k. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask sys-libs/libcap[tools] on m68kJames Le Cuirot2022-01-091-0/+4
| | | | | | Requires dev-lang/go, which is not ported to m68k. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask vim-syntax USE flag on m68kJames Le Cuirot2022-01-091-0/+4
| | | | | | | vim is keyworded for ~m68k, but I'm not testing any plugins as I'm not a vim user. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Unmask X, xpm, and libglvnd flags on m68kJames Le Cuirot2022-01-061-6/+0
| | | | | | xorg-server and friends have now been keyworded. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Force USE=minimal for x11-base/xorg-server on m68kJames Le Cuirot2022-01-061-1/+6
| | | | | | | Force Xorg without Mesa. Mesa has been tested on m68k with VirtIO-GPU under QEMU and seems quite broken. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask more Mesa-related USE flags on m68kJames Le Cuirot2022-01-031-0/+5
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask hardware USE flags on m68k that probably don't applyJames Le Cuirot2022-01-011-1/+13
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask openexr USE flag on m68kJames Le Cuirot2022-01-011-0/+1
| | | | | | Too many unkeyworded dependencies for now. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask media-gfx/imagemagick[svg] on m68kJames Le Cuirot2022-01-011-0/+1
| | | | | | It requires Rust, which is currently unavailable on m68k. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask app-editors/emacs[gui,mailutils] on m68kJames Le Cuirot2022-01-011-1/+5
| | | | | | Some optional emacs dependencies are not keyworded. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Force dev-perl/Type-Tiny[minimal] on m68kJames Le Cuirot2021-11-091-0/+6
| | | | | | | dev-perl/Type-Tie fails a test so avoid dependencies. Bug: https://bugs.gentoo.org/820548 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask pulseaudio USE flag on m68kJames Le Cuirot2021-10-021-0/+4
| | | | | | Keywording aside, m68k CPUs are probably too slow for PulseAudio. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask the nas USE flag on m68kJames Le Cuirot2021-10-021-0/+1
| | | | | | It relies heavily on X, which isn't keyworded. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask media-libs/libcaca[doc] on m68kJames Le Cuirot2021-10-021-0/+1
| | | | | | Requires texlive and friends to be keyworded. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask dev-libs/libcbor[doc] on m68kJames Le Cuirot2021-10-021-0/+1
| | | | | | Requires texlive and friends to be keyworded. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask dev-vcs/git[doc] on m68kJames Le Cuirot2021-09-281-0/+4
| | | | | | Needs a lot of Perl packages to be keyworded. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask subversion USE flag on m68kJames Le Cuirot2021-09-281-4/+5
| | | | | | Too many unkeyworded dependencies for now. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask Lua 5.3 USE flags on m68kJames Le Cuirot2021-09-271-0/+5
| | | | | | The Lua 5.3 tests fail on m68k so it's probably broken. 5.4 works. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask mpi USE flag on m68kJames Le Cuirot2021-09-271-0/+4
| | | | | | MPI isn't very useful on an architecture that doesn't support SMP. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask pytest-regressions[test] to avoid m68k keywordingJames Le Cuirot2021-09-271-0/+1
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Unmask doc flag for lots of Python packages on m68kJames Le Cuirot2021-09-261-21/+0
| | | | | | dev-python/sphinx and friends has now been keyworded. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask {fonttools,sphinx}[test] to avoid m68k keywordingJames Le Cuirot2021-09-261-0/+2
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Mask flags on more Python things to avoid m68k keywordingJames Le Cuirot2021-09-251-0/+5
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>