Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 541452 - net-dialup/freeradius: add bindist restriction
Summary: net-dialup/freeradius: add bindist restriction
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks: 541408
  Show dependency tree
 
Reported: 2015-02-26 17:49 UTC by Ulrich Müller
Modified: 2015-03-15 17:56 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 17:49:34 UTC
Please add the following line to ebuilds, in order to restrict binary distribution with USE=-bindist:

   RESTRICT="!bindist? ( bindist )"
Comment 1 Ulrich Müller gentoo-dev 2015-02-26 17:55:51 UTC
In freeradius-3.0.3.ebuild the string should be added to the existing RESTRICT, of course.
Comment 2 Ulrich Müller gentoo-dev 2015-03-02 12:54:18 UTC
Please hold on, because we might go for a different solution.
See bug 541588 for discussion.
Comment 3 Ulrich Müller gentoo-dev 2015-03-06 16:44:39 UTC
Following up to the discussion in gentoo-dev, please add this line to ebuilds:

RESTRICT="firebird? ( bindist )"

and remove the bindist flag from IUSE and REQUIRED_USE.
Comment 4 Ulrich Müller gentoo-dev 2015-03-15 17:56:09 UTC
Fixed.