Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 479318 - app-admin/fam: Provide multilib
Summary: app-admin/fam: Provide multilib
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 479282
  Show dependency tree
 
Reported: 2013-07-31 19:46 UTC by Alexis Ballier
Modified: 2013-08-01 07:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild diff (fam-multilib.patch,1.11 KB, patch)
2013-07-31 19:46 UTC, Alexis Ballier
Details | Diff
ebuild diff (fam-multilib.patch,1.12 KB, patch)
2013-07-31 19:47 UTC, Alexis Ballier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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...