Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 570892 - repoman should skip depends that REQUIRED_USE settings do not permit
Summary: repoman should skip depends that REQUIRED_USE settings do not permit
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Repoman (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-04 19:20 UTC by SpanKY
Modified: 2022-07-12 03:32 UTC (History)
0 users

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 SpanKY gentoo-dev 2016-01-04 19:20:20 UTC
seabios has:
  REQUIRED_USE="!amd64? ( !x86? ( binary ) )"
  DEPEND="!binary? ( sys-power/iasl )"
which means it is only possible to build with USE=-binary on amd64/x86 systems.

but when i add other keywords like arm or sparc, repoman complains:
   sys-firmware/seabios/seabios-1.8.2.ebuild: DEPEND: ~arm(default/linux/arm/13.0)
['>=sys-power/iasl-20060912']
   sys-firmware/seabios/seabios-1.8.2.ebuild: DEPEND: ~sparc(default/linux/sparc/13.0)
['>=sys-power/iasl-20060912']

this makes no sense as those profiles will never permit USE=amd64 and so can never pull in iasl.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-12 03:18:33 UTC
repoman support has been removed per bug 835013.

Please file a new bug (or, I suppose, reopen this one) if you feel this check is still applicable to pkgcheck and doesn't already exist.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-12 03:32:58 UTC
pkgcheck has RequiredUseDefaults.