Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Is there a way to check wich use enables package to merge?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
sebekk23
n00b
n00b


Joined: 29 Mar 2015
Posts: 72

PostPosted: Thu Oct 31, 2024 6:13 pm    Post subject: Is there a way to check wich use enables package to merge? Reply with quote

Hi,

I would like to find particular use that enables package to merge during @world update/reinstall.

I know about
Code:
euse -i
or
Code:
equery hasuse
- but this is not what i want.

I need to find use that enables exact packages(ebuild).
Back to top
View user's profile Send private message
logrusx
Advocate
Advocate


Joined: 22 Feb 2018
Posts: 2369

PostPosted: Thu Oct 31, 2024 6:20 pm    Post subject: Reply with quote

Share more context.

Best Regards,
Georgi
Back to top
View user's profile Send private message
sebekk23
n00b
n00b


Joined: 29 Mar 2015
Posts: 72

PostPosted: Thu Oct 31, 2024 6:55 pm    Post subject: Reply with quote

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
View user's profile Send private message
logrusx
Advocate
Advocate


Joined: 22 Feb 2018
Posts: 2369

PostPosted: Thu Oct 31, 2024 7:01 pm    Post subject: Reply with quote

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
View user's profile Send private message
szatox
Advocate
Advocate


Joined: 27 Aug 2013
Posts: 3404

PostPosted: Thu Oct 31, 2024 7:31 pm    Post subject: Reply with quote

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
View user's profile Send private message
logrusx
Advocate
Advocate


Joined: 22 Feb 2018
Posts: 2369

PostPosted: Thu Oct 31, 2024 8:01 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum