summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* init-systemd: Enable 'kernel-install' for systemdWolfgang Müller2023-12-01-1/+1
|
* init-systemd: Enable boot USE flagWolfgang Müller2023-11-01-1/+1
| | | | | We use systemd-boot and bootctl on at least one machine with the init-systemd profile, so enable it here.
* desktop-wayland: Enable X11 for dev-cpp/gtkmmWolfgang Müller2023-11-01-0/+4
| | | | | This is needed for pavucontrol. Set X11 USE flags on libepoxy as well, which is required by dev-cpp/gtkmm.
* desktop-wayland: Disable gtk4 USE flagWolfgang Müller2023-11-01-0/+1
| | | | We really don't want this yet, anywhere.
* Remove 'cgroup' feature from make.confWolfgang Müller2023-09-28-3/+3
| | | | | | | portage has removed the 'cgroup' feature as it was based on cgroups v1. Instead, the 'pid-sandbox' feature (which is enabled by default) is used to isolate the process space and enable cleanly killing all processes spawned by an ebuild.
* group-desktop: Remove ffmpeg TIT1 grouping patchWolfgang Müller2023-09-25-35/+0
| | | | This has landed upstream quite a while ago.
* group-desktop: Rename discogs-client to python3-discogs-clientWolfgang Müller2023-09-25-1/+1
|
* service-grocy: Add a profile for grocyWolfgang Müller2023-08-24-0/+2
|
* group-base: Have net-analyzer/nmap use lua-5-4Wolfgang Müller2023-07-22-1/+1
| | | | The 'nse' USE-flag, which is enabled by default, needs this.
* host-demeter: Avoid removing merged-usr symlinksWolfgang Müller2023-06-11-0/+4
|
* host-albatross: Avoid removing merged-usr symlinksWolfgang Müller2023-06-11-0/+4
|
* init-systemd: Mask the 'split-usr' USE flagWolfgang Müller2023-06-11-0/+1
|
* Revert "group-desktop: Remove required USE flags for dev-qt/qtwebsockets"Wolfgang Müller2023-06-06-0/+3
| | | | This reverts commit 275ac834fa2a2a35b9900e08cfcccfbfba637f5a.
* desktop-wayland: Remove obsolete X11 flagsWolfgang Müller2023-05-20-6/+0
| | | | These two do not exist on the packages anymore.
* group-desktop: Unmask unstable vscodium and listenbrainz-mpdWolfgang Müller2023-05-20-0/+2
|
* group-base: Unmask unstable sys-apps/sdWolfgang Müller2023-05-20-0/+1
|
* Remove unmasked packages that have stabilized or are no longer in useWolfgang Müller2023-05-20-10/+0
|
* group-desktop: Use media-fonts/iosevka from ::gentooWolfgang Müller2023-05-13-1/+2
| | | | This font package is now available from the main repository.
* lang-base: Use stable version of sys-devel/gccWolfgang Müller2023-05-13-1/+0
| | | | We no longer depend on any unstable features, so this can go.
* init-systemd: Disable fido2Wolfgang Müller2023-05-02-1/+1
| | | | | | | Because of [1] this will now pull in cryptsetup. Since there's no point in having fido2 enabled without it for now, we can simply disable it. [1] https://bugs.gentoo.org/902831
* lang-java: Drop obsolete profileWolfgang Müller2023-04-08-4/+0
| | | | | As with the previous drops, this has not been in use for a long time and would need redoing.
* lang-r: Drop obsolete profileWolfgang Müller2023-04-08-4/+0
| | | | This was never actively used.
* lang-haskell: Drop obsolete profileWolfgang Müller2023-04-08-4/+0
| | | | As previously, this has not been used in a very long time.
* lang-dlang: Drop obsolete profileWolfgang Müller2023-04-08-12/+0
| | | | | This profile has not been used in a very long time and would probably need redoing anyway.
* lang-python: Drop obsolete profileWolfgang Müller2023-04-08-3/+0
| | | | | Since we now mainly use poetry for python development this kind of profile is no longer needed.
* Remove obsolete kernel profilesWolfgang Müller2023-04-08-12/+0
|
* group-base: Use Lua 5.3 for net-analyzer/nmapWolfgang Müller2023-04-08-1/+1
| | | | | According to the ebuild this is the only compatible version, and since we manually force packages to use LuaJIT we need to override that here.
* group-desktop: Update weltschmerz patch for dev-libs/glib-2.74.6Wolfgang Müller2023-04-08-0/+0
|
* group-base: Disable tmpfs build for dev-lang/rustWolfgang Müller2023-03-15-0/+1
| | | | It's not feasible to build rust on tmpfs with 32GB of RAM.
* desktop-wayland: Unmask unstable x11-libs/gtk+Wolfgang Müller2023-03-15-0/+1
| | | | | This is needed because only an unstable version contains a fix for https://bugs.gentoo.org/889734
* group-desktop: Update weltschmerz patch for dev-libs/glib-2.74.5Wolfgang Müller2023-02-22-0/+0
|
* app-fava: Remove dev-python/boto3 from @favaWolfgang Müller2023-02-09-1/+0
|
* kernel-6.1: Add a profile for the 6.1 stable seriesWolfgang Müller2023-02-09-0/+3
|
* group-base: Update name for NPSL licenseWolfgang Müller2023-01-21-1/+1
|
* group-desktop: Update weltschmerz patch for dev-libs/glib-2.74.4Wolfgang Müller2023-01-21-0/+0
|
* group-desktop: Update weltschmerz patch for dev-libs/glib-2.74.3Wolfgang Müller2022-12-28-0/+0
|
* desktop-wayland: Enable X USE flag for media-libs/{mesa,libglvnd}Wolfgang Müller2022-12-10-0/+2
| | | | | With recent changes to these packages, this is now needed for www-browser/firefox.
* group-desktop: Add media-fonts/noto-cjk to @fontsWolfgang Müller2022-12-10-0/+1
|
* kernel-6.0: Add a profile for the 6.0 stable seriesWolfgang Müller2022-12-10-0/+3
|
* init-systemd: Enable tpm and fido2 USE flags for sys-apps/systemdWolfgang Müller2022-11-08-1/+1
| | | | | We have at least one machine with both a TPM chip and a FIDO2 device. It shouldn't hurt enabling this for every systemd-based system we have.
* group-base: Port neovim's statusline patch to 0.8.0Wolfgang Müller2022-11-08-0/+15
| | | | | | | See b1abe44 (group-base: Patch visual glitches in >=neovim-0.7.2, 2022-10-15) and [1]. This is still not fixed for 0.8.0. [1] https://github.com/neovim/neovim/issues/18573
* host-albatross: Use -march=native instead of -march=znver3Wolfgang Müller2022-11-08-1/+1
| | | | | Using -march=native selects options specifically detected for the CPU, and not only a lowest-common base for the entire Zen 3 lineup.
* desktop-wayland: Use vulkan for mpvWolfgang Müller2022-11-08-0/+6
| | | | | | | | | media-video/mpv will need to have its X USE-flag enabled if opengl is activated. We have tested its vulkan backend and it works fine with vaapi, so get rid of opengl in this instance. Currently this does mean that we have to unmask media-libs/libplacebo as well.
* desktop-wayland: Enable egl and vulkan globallyWolfgang Müller2022-11-08-4/+3
| | | | | | Some packages support these specific backends and may be used to further remove instances of the X USE-flag. In this case this is especially true of dev-qt/qtgui.
* desktop-wayland: Disable X globallyWolfgang Müller2022-11-08-5/+2
| | | | | | Only a few packages still need the X USE-flag, so it makes more sense activating it specifically for those. We need to specifically enable X for gtk+, however.
* group-desktop: Update weltschmerz patch for dev-libs/glib-2.74.1Wolfgang Müller2022-11-08-0/+0
|
* kernel-4.19: Drop profileWolfgang Müller2022-10-26-3/+0
| | | | This LTS series is not in use anymore on any of our machines.
* group-desktop: Remove unmask for app-misc/khal and dev-python/vdirsyncerWolfgang Müller2022-10-26-6/+0
| | | | We do not use these two packages anymore.
* group-base: Remove unmask for dev-vcs/mercurialWolfgang Müller2022-10-26-1/+0
| | | | There is a stable version in the repos which should work fine.
* group-desktop: Remove unmask for dev-libs/bemenuWolfgang Müller2022-10-26-1/+0
| | | | | | The most recent version is now stable and we don't expect to be relying on new features that might only be available in forthcoming unstable releases.