Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 621504 - sci-electronics/pulseview: Qt4 & REQUIRED_USE cleanup
Summary: sci-electronics/pulseview: Qt4 & REQUIRED_USE cleanup
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Embedded Gentoo Team
URL: https://github.com/gentoo/gentoo/pull...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-11 12:06 UTC by Andreas Sturmlechner
Modified: 2017-07-30 18:06 UTC (History)
0 users

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


Attachments
pulseview-9999.ebuild.diff (build w/ Qt5 unconditionally) (pulseview-9999.ebuild.diff,1.35 KB, patch)
2017-06-11 12:06 UTC, Andreas Sturmlechner
Details | Diff
pulseview-0.3.0.ebuild.diff (USE=qt4 -> !qt5) (pulseview-0.3.0.ebuild.diff,1.45 KB, patch)
2017-06-11 12:07 UTC, Andreas Sturmlechner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2017-06-11 12:06:17 UTC
Created attachment 476046 [details, diff]
pulseview-9999.ebuild.diff (build w/ Qt5 unconditionally)

Qt4 is going away, let's use the opportunity to simplify the ebuilds. Dropped qt4 option from live ebuild completely, turned USE=qt4 into !qt5 for 0.3.0.

Minor: Sorted dependencies.

See also: https://wiki.gentoo.org/wiki/Project:Qt/Policies#Requires_one_of_two_Qt_versions
Comment 1 Andreas Sturmlechner gentoo-dev 2017-06-11 12:07:32 UTC
Created attachment 476048 [details, diff]
pulseview-0.3.0.ebuild.diff (USE=qt4 -> !qt5)

This is also getting rid of another case of ^^ ( qt4 qt5 ) without setting a default.