summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* host-nabokov: Enable f16c for CPU_FLAGSWolfgang Müller2021-05-27-1/+1
| | | | For some reason this flag was missing.
* group-systemd: Enable various USE flagsWolfgang Müller2021-05-27-1/+1
| | | | | We are trying out DNS over TLS, so enable that. For stack traces in the journal, enable 'elfutils'. IDN is useful in the general case.
* service-prosody: Add profile for net-im/prosodyWolfgang Müller2021-05-21-0/+3
|
* group-base: Remove unmask for virtual/perl-libnetWolfgang Müller2021-05-21-3/+0
| | | | | This was added by accident in 9a12723 (group-base: Unmask unstable media-sound/ncmpcpp, 2021-01-23). It is no longer needed.
* kernel-5.10: Add patch fixing a kernel panic with 5.10.37Wolfgang Müller2021-05-17-0/+71
| | | | | We expect this to be fixed in 38, so make sure to only apply it to this specific kernel version.
* group-base: Force GCC to use DWARF 4Wolfgang Müller2021-05-16-2/+3
| | | | | | | | | | | | | | | GCC 11 defaults to the DWARF 5 format for debugging information [1]. Unfortunately, dev-util/debugedit does not yet support this, rendering 'installsources' ineffective; no sources are saved. Hence, force the use of DWARF 4 until debugedit supports DWARF 5. Note that upstream rpm merged support for it in [2], but there has not yet been a release including that patch series. [1] https://gcc.gnu.org/gcc-11/changes.html [2] https://github.com/rpm-software-management/rpm/pull/1537 See also: https://bugs.gentoo.org/show_bug.cgi?id=768444
* group-base: Split debugging information from executablesWolfgang Müller2021-05-16-1/+1
| | | | | | | | | | | Until now, debugging information was stored in the actual executables, bloating them a bit. Since GDB supports it, have debug info be split into separate files in /usr/lib/debug/ instead. This in turn also makes it possible to turn on 'compressdebug' which reduces file size size even further. Note that as per make.conf(5), 'splitdebug' needs 'nostrip' to be turned off to work.
* app-discord: Add profile for net-im/discord-binWolfgang Müller2021-05-10-0/+2
|
* lang-r: Add profile for programming in RWolfgang Müller2021-05-10-0/+4
|
* group-base: Unmask unstable app-text/lowdownWolfgang Müller2021-05-10-0/+1
| | | | | This is needed because we started using the version that is packaged upstream and not yet stable.
* group-base: Disable 'wg-quick' USE flagWolfgang Müller2021-05-10-2/+1
| | | | | Since we do not use wg-quick on any of our systems, it can go (and with it the dependency on resolvconf).
* group-desktop: Add media-fonts/noto-emoji to @fonts setWolfgang Müller2021-05-10-0/+1
|
* lang-python: Add profile for programming in PythonWolfgang Müller2021-05-10-0/+3
| | | | For now, install pip, pylint, and virtualenv.
* kernel-5.10: Add upstream patches fixing kernel builds with GCC 11Wolfgang Müller2021-05-02-0/+134
| | | | These two patches have not yet arrived in 5.10.
* group-systemd: Add patch restoring the regular yellow in terminal-util.hWolfgang Müller2021-04-28-0/+30
|
* group-desktop: Mask x11-wm/cwm::gentooWolfgang Müller2021-04-28-0/+1
| | | | | Our own fork of cwm now lives in pramantha and the regular upstream version may end up conflicting with it. Make sure this does not happen.
* group-desktop: Unmask unstable xfce-base/thunarWolfgang Müller2021-04-28-0/+1
| | | | We want to keep up with the bleeding edge on this.
* group-desktop: Remove superfluous '-gtk2' from xfce-base/libxfce4uiWolfgang Müller2021-04-17-1/+0
| | | | This flag was removed globally, making this line redundant.
* group-desktop: Remove custom USE flags for media-fonts/terminus-fontWolfgang Müller2021-04-17-1/+0
| | | | We do not use terminus anymore, so this can go.
* group-base: Remove global '-policy-kit' USE flagWolfgang Müller2021-04-17-1/+0
| | | | | | This particular flag does not exist anymore (and has been superseded by 'policykit'). Since nothing seems to enable policykit by default, remove this for now.
* group-base: Remove global 'logrotate' flagWolfgang Müller2021-04-17-1/+0
| | | | | | This is not used by anything important, and we have logging sorted out on all of our OpenRC systems through syslog-ng (which itself is rotated by a custom logrotate config).
* group-desktop: Remove 'lto' USE flag from net-analyzer/wiresharkWolfgang Müller2021-04-17-1/+1
| | | | | | | | | There seems to be a problem [1] with having LTO enabled for the QT parts of wireshark. The program builds fine, but then segfaults at startup. This flag has now also been masked upstream in [2]. [1] https://bugs.gentoo.org/show_bug.cgi?id=754021 [2] https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22aba2f719c9f40e1d9285bba7173091b2b77125
* game-xonotic: Add profile for XonoticWolfgang Müller2021-04-17-0/+5
|
* group-systemd: Add profile for systemdWolfgang Müller2021-04-17-0/+6
| | | | | | This profile will enable the 'systemd' USE flag globally as recommended by the Gentoo Wiki as well as disable 'elogind' globally (which conflicts with systemd in a few places like x11-base/xorg-server)
* group-desktop: Remove elogindWolfgang Müller2021-04-17-2/+0
| | | | | | | | | | An upcoming commit will introduce a systemd profile, which we will start using on our desktop systems. Until now the desktop profile implied an OpenRC setup with elogind, but it is better to have the desktop profile reflect _only_ our application preferences and configurations, not the choice of init system or any more invasive feature. Therefore, remove the global 'elogind' USE flag and any elogind-specific settings (those may be readded later, if needed, in another more specific profile).
* group-base: Remove redundant global '-systemd' settingWolfgang Müller2021-04-13-1/+0
| | | | | | This USE flag is actually not set by default anywhere, so it can go. Additionally, an upcoming change may introduce init system profiles which would conflict with a global setting like this.
* group-base: Disable 'scp' USE flag for net-misc/opensshWolfgang Müller2021-04-11-0/+1
| | | | Upstream actively discourages the use of scp, so follow their advice.
* app-mozilla: Do not specifically enable 'sqlite' for dev-lang/pythonWolfgang Müller2021-03-26-1/+0
| | | | This USE flag is now enabled by default in the main Gentoo tree.
* group-base: Fix category for mandoc patchWolfgang Müller2021-03-25-0/+0
| | | | | | mandoc's category changed when we migrated to the version of mandoc present in Gentoo's main portage tree. This meant that the patch would no longer apply.
* group-base: Enable privilege separation for net-misc/dhcpcdWolfgang Müller2021-03-14-0/+1
|
* group-desktop: Remove unmasked packages that have since stabilizedWolfgang Müller2021-03-14-3/+0
|
* group-desktop: Remove unmask for a stabilized dependency of net-im/dinoWolfgang Müller2021-03-14-3/+0
|
* group-desktop: Remove unmask for media-sound/mumbleWolfgang Müller2021-03-14-1/+0
|
* kernel-5.10: Add a profile for the new LTS seriesWolfgang Müller2021-03-14-0/+3
|
* group-base: Enable 'icu' USE flag globallyWolfgang Müller2021-03-13-6/+2
| | | | | This flag is needed by a bunch of different programs, so make it global and remove any explicit toggling.
* group-base: Enable 'icu' USE flag for sci-libs/libqalculateWolfgang Müller2021-03-06-1/+1
| | | | This is recommended by upstream.
* group-desktop: Switch from Iosevka Sparkle to Iosevka EtoileWolfgang Müller2021-02-20-1/+1
|
* group-desktop: Update glib patch to 2.66.7Wolfgang Müller2021-02-20-0/+0
|
* group-base: Use LuaJIT as the default Lua providerWynn Wolf Arbor2021-02-05-0/+3
|
* group-desktop: Enable 'gtk' USE flag for app-crypt/gcrWynn Wolf Arbor2021-02-05-0/+3
| | | | This is needed for pinentry-gnome3 in app-crypt/pinentry.
* group-desktop: Enable link-time optimization for wiresharkWynn Wolf Arbor2021-02-05-1/+1
|
* group-base: Unmask unstable media-sound/ncmpcppWynn Wolf Arbor2021-01-23-58/+4
| | | | | The unstable version contains the fix we were carrying in patches/, so that one can be removed.
* group-desktop: Unmask unstable net-im/signal-desktop-binWynn Wolf Arbor2021-01-10-0/+1
|
* group-base: Unmask unstable app-shells/fzfWynn Wolf Arbor2021-01-10-0/+1
|
* group-base: Add app-text/mandoc as system provider for manualsWynn Wolf Arbor2020-12-11-0/+5
| | | | | | | With [1] finally resolved, configure the official Gentoo mandoc ebuild to be used as a system provider for manuals. [1] https://bugs.gentoo.org/show_bug.cgi?id=616776
* lang-java: Remove obsolete USE flagWynn Wolf Arbor2020-12-07-1/+1
|
* host-coleridge: Remove USE flags for net-irc/weechatWynn Wolf Arbor2020-12-07-1/+0
| | | | We no longer use weechat, so these can go.
* group-base: Remove net-vpn/wireguard-modules unmaskWynn Wolf Arbor2020-12-07-1/+0
| | | | | Gentoo now backports the wireguard patch for the 5.4 kernel series, making this unmask pointless.
* group-base: Remove net-irc/weechat unmaskWynn Wolf Arbor2020-12-07-1/+0
| | | | We do not use weechat anymore, making this unmask pointless.
* group-base: Remove app-misc/tmux unmaskWynn Wolf Arbor2020-12-07-1/+0
| | | | | We barely use tmux anymore and thus do not need the newest possible version.