| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
| |
It's not feasible to build rust on tmpfs with 32GB of RAM.
|
|
|
|
|
| |
This is needed because only an unstable version contains a fix for
https://bugs.gentoo.org/889734
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
With recent changes to these packages, this is now needed for
www-browser/firefox.
|
| |
|
| |
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Using -march=native selects options specifically detected for the CPU,
and not only a lowest-common base for the entire Zen 3 lineup.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
This LTS series is not in use anymore on any of our machines.
|
|
|
|
| |
We do not use these two packages anymore.
|
|
|
|
| |
There is a stable version in the repos which should work fine.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
The most recent version is now stable.
|
|
|
|
| |
The most recent version is now stable.
|
|
|
|
| |
This is needed for the most recent version of google-auth-oauthlib.
|
|
|
|
| |
The most recent version has been stable for a while now.
|
|
|
|
|
|
| |
This used to be contained in the group-desktop profile but since we need
that on our WSL 2 environment as well (and don't want group-desktop
active there), extract it into its own profile.
|
|
|
|
|
|
| |
This change has been made upstream [1].
[1] https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7d398099da5d1fc6f9f7757c03e11e26ac154c
|
|
|
|
|
| |
Since we are no longer using the version from our own overlay, we now
have to unmask this package.
|
|
|
|
|
|
|
| |
hikari by default does not pick the highest refresh rate for any given
display, instead falling back to the first mode it finds. This patch
adds rudimentary support for finding the highest supported refresh rate
for the preferred resolution.
|
|
|
|
|
|
|
|
|
|
| |
Using 'title' together with 'laststatus' set to 0 leads to visual
glitches in neovim. This seems to be caused by a change in terminfo [1].
No fix has made it into neovim's upstream for a couple of months, so for
now use a proposed patch from the neovim issue.
[1] https://github.com/mirror/ncurses/commit/8f6d94b8d6211a2323caef53fa4c96c475ec9a6
[2] https://github.com/neovim/neovim/issues/18573#issuecomment-1127336077
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
We are now using app-office/beancount from the GURU overlay [1]. Because
that package is still masked and app-office/fava from our overlay
depends on it, we have to mask fava there as well. Unmask both packages
and further requirements here so that they can be installed.
[1] https://github.com/gentoo-mirror/guru/tree/master/app-office/beancount
|
|
|
|
| |
This is needed for Mozilla apps like Firefox and Thunderbird.
|
| |
|
|
|
|
|
|
| |
This change has been made in upstream recently [1].
[1] https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd97e135c1e89c59229d0b6438aa938f20b53c7
|
|
|
|
|
|
| |
Gentoo now requires certain USE flags to be set on media-video/pipewire
in order to use it as a sound server. Since we want to do that on the
desktop profile, enable those here.
|
| |
|
|
|
|
|
| |
This change was made in the upstream portage tree, so we have to follow
it here too.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
We need this in order to build net-misc/remmina, even on a Wayland-only
system.
|
|
|
|
|
| |
The stable versions are good enough at this point, especially since
unstable ones seem to introduce segfaults frequently.
|
|
|
|
| |
Particularly we need RDP and VNC support for work.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a workaround [1] for the clone sometimes stalling with the
following message:
error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504
fatal: the remote end hung up unexpectedly
We have only seen this message on two machines so far, but there's no
downside in setting sync-depth globally.
[1] https://bugs.gentoo.org/824782#c17
|
| |
|
|
|
|
|
|
|
| |
sys-kernel/linux-firmware overwrites the savedconfig file every time it
is installed. Since the sorting order there is different, the file
changes every time linux-firmware is installed. Revert to upstream
sorting so we don't have to deal with non-functional changes in there.
|