Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 541464

Summary: media-plugins/mediastreamer-silk-0.0.1 dies with USE=bindist
Product: Gentoo Linux Reporter: Ulrich Müller <ulm>
Component: [OLD] LibraryAssignee: Andrew Savchenko <bircoph>
Status: RESOLVED FIXED    
Severity: normal CC: bircoph, qa
Priority: Normal Keywords: QAbadiuse, QAcanfix
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 541408    

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.