On Wed, Feb 19, 2020 at 3:21 PM Holger Hoffstätte < hol...@applied-asynchrony.com> wrote:
> Hi, > > I will never ever run 32bit software again and would really like to have > a desktop-no-multilib profile, in sync with the regular desktop but simply > without the multilib goop. My server is running precisely as I want with > plain no-multilib, and I know I could just copy my USE flags over and > maintain my own "self-made-desktop" settings, but that would mean I'd lose > all the defaults and ongoing updates, which *are* kind of nice. > > Suggestions and dirty hacks welcome. :) > > thanks, > Holger > > This is what I've done on my system. Maybe it'll help you, maybe it won't. Best of luck :-) ----------------- rm /etc/portage/make.profile mkdir /etc/portage/make.profile echo "5" > /etc/portage/make.profile/eapi cat >> /etc/portage/make.profile/parent <<< EOF ../../../usr/portage/profiles/default/linux/amd64/17.1 ../../../usr/portage/profiles/features/hardened/amd64 ../../../usr/portage/profiles/targets/systemd EOF