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

Bug 455648

Summary: app-portage/gentoolkit: awk dependency
Product: Gentoo Linux Reporter: Christoph Junghans (RETIRED) <junghans>
Component: Current packagesAssignee: Portage Tools Team <tools-portage>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 418473    

Description Christoph Junghans (RETIRED) gentoo-dev 2013-02-05 18:31:32 UTC
Can you please have a look if virtual/awk is sufficient or if gawk is needed.
Comment 1 Christoph Junghans (RETIRED) gentoo-dev 2013-02-24 19:35:33 UTC
revdep-rebuild.sh uses awk and gawk, but only in posix-conform ways.

Depending on sys/gawk is correct, but all appearances of "gawk" could be replaced by awk to depend on virtal/awk instead.
Comment 2 Christoph Junghans (RETIRED) gentoo-dev 2013-03-16 22:58:56 UTC
(In reply to comment #1)
> revdep-rebuild.sh uses awk and gawk, but only in posix-conform ways.
> 
> Depending on sys/gawk is correct, but all appearances of "gawk" could be
> replaced by awk to depend on virtal/awk instead.
Forget what I said, there is a small non-posix conform part in revdep-rebuild.sh, so gawk is correct.