Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 610460 - confutils.eclass: uses built_with_use
Summary: confutils.eclass: uses built_with_use
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on: 514850 610462
Blocks: built_with_use 610470
  Show dependency tree
 
Reported: 2017-02-22 07:42 UTC by Michał Górny
Modified: 2017-07-30 21:14 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-02-22 07:42:56 UTC
$ grep built_with_use confutils.eclass 
	built_with_use ${foreign} ${required_flags} && return
		built_with_use ${foreign} ${flag} && success=1
	built_with_use ${foreign} ${required_flags} && return
		built_with_use ${foreign} ${flag} && success=1
	if built_with_use $1 $2; then
	if built_with_use $1 $2; then
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-07-30 21:14:01 UTC
It is gone!