View previous topic :: View next topic |
Author |
Message |
sebekk23 n00b
Joined: 29 Mar 2015 Posts: 72
|
Posted: Thu Oct 31, 2024 6:13 pm Post subject: Is there a way to check wich use enables package to merge? |
|
|
Hi,
I would like to find particular use that enables package to merge during @world update/reinstall.
I know about or - but this is not what i want.
I need to find use that enables exact packages(ebuild). |
|
Back to top |
|
|
logrusx Advocate
Joined: 22 Feb 2018 Posts: 2369
|
Posted: Thu Oct 31, 2024 6:20 pm Post subject: |
|
|
Share more context.
Best Regards,
Georgi |
|
Back to top |
|
|
sebekk23 n00b
Joined: 29 Mar 2015 Posts: 72
|
Posted: Thu Oct 31, 2024 6:55 pm Post subject: |
|
|
i'm trying to build gentoo for steam with all multimedia support but without gnome and kde(i will use openbox as window manager). I have disabled all those desktop related use flags and i've chosen desktop profile with eselect. When i did @world update (fresh install) emerge build qtgui package for some reason. I would like to now which use flag did that. |
|
Back to top |
|
|
logrusx Advocate
Joined: 22 Feb 2018 Posts: 2369
|
Posted: Thu Oct 31, 2024 7:01 pm Post subject: |
|
|
First, use --tree to see what pulls what at emerge time.
Second, if you already emerged qtgui, use emerge -pvc qtgui to see what holds on to it.
Equery depends can also be used but it will only report if there's such a dependency but not that it actually takes place. You need additional checks to see if the use flags in question are actually enabled.
Best Regards,
Georgi |
|
Back to top |
|
|
szatox Advocate
Joined: 27 Aug 2013 Posts: 3404
|
Posted: Thu Oct 31, 2024 7:31 pm Post subject: |
|
|
Quote: | emerge build qtgui package for some reason | Probably some variant of qt; Currently qt6 is the newest.
You don't have to build full kde and gnome, but will have a very hard time trying to make a usable desktop without any of their libraries. Qt and GTK are the big players, stuff like qxwidgets and tk exists, but they are not popular enough to provide alternative tools for every task you want to do. _________________ Make Computing Fun Again |
|
Back to top |
|
|
logrusx Advocate
Joined: 22 Feb 2018 Posts: 2369
|
Posted: Thu Oct 31, 2024 8:01 pm Post subject: |
|
|
It is completely possible to build a desktop without Qt.
I've run a Gnome desktop without Qt for quite some time. However I upgraded to better hardware and stop carrying that much about it recently. Also the binhost saves a lot of trouble with those.
Best Regards,
Georgi |
|
Back to top |
|
|
|