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

Bug 2210

Summary: Architecture-specific extensions to Portage
Product: Portage Development Reporter: Karl Trygve Kalleberg (RETIRED) <karltk>
Component: UnclassifiedAssignee: Karl Trygve Kalleberg (RETIRED) <karltk>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Karl Trygve Kalleberg (RETIRED) gentoo-dev 2002-04-28 20:47:43 UTC
To allow the different architectures, we need
SRC_URI="arch==ppc ( ppc-url ) arch==x86 ( x86-url )"

src_unpack() {
  target-arch x86 && unpack ${A}
  target-arch ppc && ( do-strange-stuff )
}
Comment 1 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2002-06-24 17:16:50 UTC
Is being fixed with the new useflag system.