Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 570332 - media-video/smtube doesn't respect qt5 useflag
Summary: media-video/smtube doesn't respect qt5 useflag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: zlg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-31 06:47 UTC by whgentoo
Modified: 2015-12-31 23:20 UTC (History)
1 user (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 whgentoo 2015-12-31 06:47:43 UTC
It always build with qt4, no matter the qt5 useflag is set or not. 

This applies to both of the two versions (15.11.0 and 15.11.0-r1). I read the ebuild and looks like the author forgot to add the qt4/5 branching code. 

Reproducible: Always

Steps to Reproduce:
1. Set use flag "qt5".
2. Build media-video/smtube

Actual Results:  
3. It actually builds with qt4. 

Expected Results:  
with qt5.
Comment 1 zlg (RETIRED) gentoo-dev 2015-12-31 10:45:51 UTC
Commenting to acknowledge the issue. I will be looking to fix this tomorrow. Thanks for reporting and assigning. Apologies for the error.
Comment 2 zlg (RETIRED) gentoo-dev 2015-12-31 23:20:47 UTC
Bug fixed by commit 2de0dc577a8cdc8d304ab3ce24d2584134e3f5fa in git.

Tested building with USE="qt5" and USE="-qt5", both variations built and function as expected on ~amd64.

Marking as resolved; if any corner case pops up, please re-open. Thanks again for reporting!