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

Bug 479318

Summary: app-admin/fam: Provide multilib
Product: Gentoo Linux Reporter: Alexis Ballier <aballier>
Component: Current packagesAssignee: Jeroen Roovers (RETIRED) <jer>
Status: RESOLVED FIXED    
Severity: normal CC: multilib+disabled
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 479282    
Attachments: ebuild diff
ebuild diff

Description Alexis Ballier gentoo-dev 2013-07-31 19:46:20 UTC
Created attachment 354760 [details, diff]
ebuild diff

This can go in the tree unmasked as it is not included in emul-libs but is needed for virtual/fam from glib.
Comment 1 Alexis Ballier gentoo-dev 2013-07-31 19:47:43 UTC
Created attachment 354762 [details, diff]
ebuild diff

forgot a || die, sorry
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-08-01 00:56:29 UTC
Is it really needed for virtual/fam? AFAIK all KEYWORDS match in app-admin/fam and app-admin/gamin... Or is this intended for alternative platforms not keyworded in app-admin/gamin?
Comment 3 Alexis Ballier gentoo-dev 2013-08-01 01:19:32 UTC
(In reply to Jeroen Roovers from comment #2)
> Is it really needed for virtual/fam? AFAIK all KEYWORDS match in
> app-admin/fam and app-admin/gamin... Or is this intended for alternative
> platforms not keyworded in app-admin/gamin?

its really needed unless you can teach me a clever way to do the following:

virtual/fam must have multilib use flags so that packages can [$MULTILIB_USEDEP] on it.
Then, what will virtual/fam use to depend on app-admin/fam if it is not multilib?

- app-admin/fam[$MULTILIB_USEDEP] will never be satisfied
- If the virtual depends simply on app-admin/fam then virtual/fam[some multilib abi] will be satisfied by app-admin/fam without multilib what will break
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2013-08-01 01:28:47 UTC
Committed.
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-08-01 07:09:16 UTC
(In reply to Alexis Ballier from comment #3)
> - app-admin/fam[$MULTILIB_USEDEP] will never be satisfied

Oh, maybe we should hack the eclass to give (+) on the native ABI...