Gentoo Archives: gentoo-dev

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] How to handle x86/amd64 only packages on other arches
Date: Wed, 25 Jan 2012 19:19:23
Message-Id: 20120125222157.6e7639d4@sf.home
In Reply to: Re: [gentoo-dev] How to handle x86/amd64 only packages on other arches by "Chí-Thanh Christopher Nguyễn"
1 On Wed, 25 Jan 2012 10:30:26 +0100
2 Chí-Thanh Christopher Nguyễn <chithanh@g.o> wrote:
3
4 > Doug Goldstein schrieb:
5 > > I need to be able to have ppc/arm/etc users install a package that can
6 > > only be built on x86/amd64. The packages in question are
7 > > sys-apps/seabios and sys-apps/vgabios. The point is that a PPC machine
8 > > that's using qemu-system-x86_64 still needs to use seabios and
9 > > vgabios. I was planning on building the package on my own hardware and
10 > > posting up sys-apps/seabios-bin and sys-apps/vgabios-bin unless of
11 > > course someone has a better suggestion.
12 >
13 > Possibly a USE flag could be added to seabios/vgabios, similar to the
14 > "fontforge" flag in font packages, enabled by default and masked in
15 > profiles that don't support building from source.
16
17 +1
18
19 It's the simplest thing to maintain. It eases binary package creation
20 and does not need any blockers, virtuals or conditional depends.
21
22 You just patch an ebuild, run `emerge --buildkpgonly seabios`
23 and package is ready. All in one place.
24
25 --
26
27 Sergei

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] How to handle x86/amd64 only packages on other arches Sergei Trofimovich <slyfox@g.o>
Re: [gentoo-dev] How to handle x86/amd64 only packages on other arches Xavier Miller <xavier.miller@×××××.org>