Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 541464 - media-plugins/mediastreamer-silk-0.0.1 dies with USE=bindist
Summary: media-plugins/mediastreamer-silk-0.0.1 dies with USE=bindist
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrew Savchenko
URL:
Whiteboard:
Keywords: QAbadiuse, QAcanfix
Depends on:
Blocks: 541408
  Show dependency tree
 
Reported: 2015-02-26 19:29 UTC by Ulrich Müller
Modified: 2015-02-27 04:25 UTC (History)
2 users (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 19:29:37 UTC
pkg_setup() {
        if use bindist; then
                die "This package can't be redistributable due to SILK license."
        fi
}

That's not an appropriate usage of a flag. Please remove pkg_setup (and the flag from IUSE), and add "bindist" to RESTRICT instead.
Comment 1 Andrew Savchenko gentoo-dev 2015-02-27 04:25:39 UTC
In tree.

Though package and friends (linphone, mediastreamer*) are broken in many ways right now. It's on my list to update and fix them, but currently I'm busy with other packages.