Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2210 - Architecture-specific extensions to Portage
Summary: Architecture-specific extensions to Portage
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-28 20:47 UTC by Karl Trygve Kalleberg (RETIRED)
Modified: 2011-10-30 22:21 UTC (History)
0 users

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 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.