@stefan11111
That idea of putting USE=-* did not occur to me, I have always disabled them individually, anyway my packages.use file
it's terribly big, especially due to multilib and multislot, years ago I've defined package by package what you use and what I don't.
Code: Select all
my-user@pc-gentoo ~ $ cat /etc/portage/package.use/package.use |wc -l
309
My compendium of disabled... there are archaic things that no longer exist for years, I see that it is better to USE=-* and focus on package.use
Code: Select all
USE=-accessibility -acl -arts -bluetooth -cdio -consolekit -curl -dbus -kde -gdm -gnome -hal -ldap -libav -libnotify -nautilus -networkmanager
-mono -aqua -plasma -qt3support -qt3 -qt4 -semantic-desktop -suid -systemd -snappy -tcmalloc -jit -python_targets_python2_7 -http2 -http3 -elogind
-polkit -policykit -pam -gvfs -webkit -libinput -clang
If you want to remove dbus from the browser you will have to copy the port to your local tree and edit the .ebuild then rebuild Manifest with the command
@NeddySeagoon
My installation is 10 years old and over time I have seen how things have changed in gentoo, I use raid1 with mdadm and metadata-0.90
in order not to need initramfs and rely on having things like genkernel or dracut installed, metadata-0.90 is detected and used directly without
kernel problems without having to have initramfs, raid1 allows me to change the disks one by one and mirror itself automatically without restarting gentoo
from scratch... can say I've only installed gentoo twice in my life, once in march 2008 which ended with a dead disk in april 2012 and from there
until now I continue with the same installation I have even changed the motherboard that has been damaged by an electrical storm.
Code: Select all
my-user@pc-gentoo ~ $ genlop -t gentoo-sources |head -n3
* sys-kernel/gentoo-sources
Wed Apr 11 23:39:02 2012 >>> sys-kernel/gentoo-sources-3.3.1
Well, I'll try to create a profile without a parent to avoid the cascades, I've been reading a lot and it doesn't look complex, what does hurt is seeing
as in some .ebuilds, it is artificially forced to depend on packages that are not necessary and that are also a danger.
I have read about you and his profession, can say that we are colleagues...
https://blog.desdelinux.net/en/gentoo-t ... -the-myth/
I am an electronic technician, repairman and hardware developer, I have installed kicad and I want to update to kicad 7 but first I have to be able
to recreate everything since I haven't updated gentoo in almost a year.
Regards