Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 541408 - [Tracker] ebuilds with IUSE=bindist but not restricting binary distribution
Summary: [Tracker] ebuilds with IUSE=bindist but not restricting binary distribution
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Quality Assurance Team
URL:
Whiteboard:
Keywords: Tracker
Depends on: 541412 541414 541416 541418 541426 541450 541452 541454 541456 541464 541482 541486 541488 541490 541492 541494 541588 541592 541594
Blocks:
  Show dependency tree
 
Reported: 2015-02-26 12:15 UTC by Ulrich Müller
Modified: 2015-03-19 18:19 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 Ulrich Müller gentoo-dev 2015-02-26 12:15:09 UTC
Ebuilds that have "bindist" in their IUSE should conditionally restrict binary distribution:

RESTRICT="!bindist? ( bindist )"

As usual, no talk in the tracker bug.
Comment 1 Ulrich Müller gentoo-dev 2015-02-26 18:01:27 UTC
To clarify, the only effect this will have for users using the Portage default configuration is that Portage may output a warning that the package cannot be redistributed.

Users with ACCEPT_RESTRICT="* -bindist" in their make.conf will no longer be able to emerge the package with USE="-bindist". This is desired, as such users can be expected to care about such license issues.