Gentoo Archives: gentoo-user

From: Michael Jones <gentoo@×××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Desktop-no-multilib profile - possible?
Date: Wed, 19 Feb 2020 21:26:05
Message-Id: CABfmKS+achSOoTkk8VK3Kx11F49qj2wxXRtH1Ty3FBN9Q+LA8w@mail.gmail.com
In Reply to: [gentoo-user] Desktop-no-multilib profile - possible? by "Holger Hoffstätte"
1 On Wed, Feb 19, 2020 at 3:21 PM Holger Hoffstätte <
2 holger@××××××××××××××××××.com> wrote:
3
4 > Hi,
5 >
6 > I will never ever run 32bit software again and would really like to have
7 > a desktop-no-multilib profile, in sync with the regular desktop but simply
8 > without the multilib goop. My server is running precisely as I want with
9 > plain no-multilib, and I know I could just copy my USE flags over and
10 > maintain my own "self-made-desktop" settings, but that would mean I'd lose
11 > all the defaults and ongoing updates, which *are* kind of nice.
12 >
13 > Suggestions and dirty hacks welcome. :)
14 >
15 > thanks,
16 > Holger
17 >
18 >
19 This is what I've done on my system.
20
21 Maybe it'll help you, maybe it won't.
22
23 Best of luck :-)
24
25 -----------------
26
27 rm /etc/portage/make.profile
28 mkdir /etc/portage/make.profile
29 echo "5" > /etc/portage/make.profile/eapi
30 cat >> /etc/portage/make.profile/parent <<< EOF
31 ../../../usr/portage/profiles/default/linux/amd64/17.1
32 ../../../usr/portage/profiles/features/hardened/amd64
33 ../../../usr/portage/profiles/targets/systemd
34 EOF