Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939729 - app-text/xpdf-4.05[cups,qt6] requires dev-qt/qtprintsupport:5[cups]
Summary: app-text/xpdf-4.05[cups,qt6] requires dev-qt/qtprintsupport:5[cups]
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-16 08:40 UTC by Esteve Varela Colominas
Modified: 2024-11-01 08:43 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Esteve Varela Colominas 2024-09-16 08:40:03 UTC
What it says on the tin. I don't expect a qt6 program to rely on a singular qt5 library, so this feels like a typo, unless I'm missing something?
Comment 1 Ionen Wolkens gentoo-dev 2024-09-16 09:37:24 UTC
Yeah, that doesn't look intentional:

        qt6? ( dev-qt/qtbase:6[gui,widgets] )
        !qt6? ( dev-qt/qtprintsupport:5[cups] )
        dev-qt/qtprintsupport:5[cups] <- duplicate

On a side-clarification for anyone that don't know, [gui,widgets] that the first dependency does enables qtprintsupport on qtbase (which is fine), while qtbase[cups] is typically not necessary unless this does something special.
Comment 2 Ionen Wolkens gentoo-dev 2024-09-16 09:39:18 UTC
Also, may want to consider just dropping qt5 entirely if want to simply the ebuild.

Posted on gentoo-dev some time ago that it's time to do away with optional qt5 support.