| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
We have since started using the binary distributions of both firefox and
thunderbird.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This is needed for media-video/obs-studio, which we can now finally use
with sway.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sadly it seems that gui-wm/hikari is no longer under active development
and stuck on an old wlroots version. Programs based on gtk4 have never
worked correctly [1], even when patched [2], mouse grabbing doesn't work
reliably [3], and tools like mpv have begun making assumptions on what
kind of features are available in compositors [4].
gui-wm/sway seems to be the best alternative for now.
[1] https://hub.darcs.net/raichoo/hikari/issue/26
[2] https://cgit.freebsd.org/ports/commit/?id=5d9c5b9cac42a22716f292fca5717c9842fdf464
[3] https://hub.darcs.net/raichoo/hikari/issue/49
[4] https://github.com/mpv-player/mpv/commit/e32554cd570d984efb712a7214a40237233a3cea
|
| |
|
|
|
|
|
| |
The most recent versions of file-roller now depend on libadwaita which
we want to avoid for the time being.
|
| |
|
|
|
|
|
| |
We no longer build against LuaJIT and now also store messages in a
PostgreSQL database.
|
|
|
|
| |
We have no need for a DHCP server on this machine.
|
|
|
|
|
|
| |
Requiring LuaJIT has become the exception for us, rather than the rule.
Since we already have 5.4 installed on multiple systems, make that the
default (but force LuaJIT for neovim).
|
| |
|
|
|
|
|
| |
We're using dbus-broker for our main desktop system now, but
at-spi2-core was still invoking dbus-deamon.
|
| |
|
| |
|
|
|
|
|
|
| |
We no longer need to build openmw-9999, so we can stop unmasking it.
Additionally, the required version of dev-libs/collada-dom has since
stabilized.
|
|
|
|
|
| |
This change was accidentally committed in d27f68b (kernel-5.4: Remove
profile, 2024-03-23) but was meant to be only a temporary change.
|
|
|
|
|
| |
We've started using the bluetooth stack on albatross, for which this is
needed.
|
|
|
|
|
|
|
| |
PaX specifically, and Grsecurity in general, is no longer officially
supported by Gentoo [1] making PAX_MARKINGS vestigial.
[1] https://wiki.gentoo.org/wiki/Hardened#Goals
|
|
|
|
|
| |
This is such that we can use it with the local instance of postgresql
which quasselcore requires anyway.
|
| |
|
| |
|
|
|
|
|
|
| |
Similar to 6ed5dd3 (host-albatross: Remove UNINSTALL_IGNORE overrides,
2024-03-23). This host also still had a CHOST setting which is no longer
required.
|
|
|
|
| |
None of our systems run this series anymore.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Since the boot-efi profile already assumes a systemd-boot system, make
sure installkernel uses it as well.
|
|
|
|
| |
This is needed alongside -flto in COMMON_FLAGS.
|
|
|
|
|
| |
The virt-manager GUI makes administrating multiple VMs very easy, at the
cost of introducing a couple of more dependencies.
|
|
|
|
|
| |
With the upstream addition of hardened/systemd profiles, we no longer
have to set these settings manually.
|
|
|
|
|
|
|
|
| |
These were added in fefa5f2 (host-albatross: Avoid removing merged-usr
symlinks, 2023-06-11) along with the migration of albatross to the
merged-usr layout. Back then, no merged-usr profile was available to us,
but with the addition of a hardened/systemd layout, this has now changed
and therefore these lines can be safely removed.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The Gentoo Wiki [1] seems to be wrong about which firmware blobs are
needed for an up-to-date installation of linux-firmware, leading to
the following error and, subsequently, a crash at bootup:
kernel: amdgpu 0000:0d:00.0: Direct firmware load for amdgpu/gc_11_0_0_mes_2.bin failed with error -2
kernel: [drm] try to fall back to amdgpu/gc_11_0_0_mes.bin
Replacing amdgpu/gc_11_0_0_mes.bin with amdgpu/gc_11_0_0_mes_2.bin or at
least making the latter available makes it work again.
[1] https://wiki.gentoo.org/wiki/AMDGPU#Firmware
|
| |
|
|
|
|
|
| |
This category change was recently merged into the gentoo portage
repository. No functional change.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
We use systemd-boot and bootctl on at least one machine with the
init-systemd profile, so enable it here.
|
|
|
|
|
| |
This is needed for pavucontrol. Set X11 USE flags on libepoxy as well,
which is required by dev-cpp/gtkmm.
|
|
|
|
| |
We really don't want this yet, anywhere.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
This has landed upstream quite a while ago.
|