Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123339 - app-misc/tomboy, galago use flag, and amd64 ebuild issue
Summary: app-misc/tomboy, galago use flag, and amd64 ebuild issue
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
: 123419 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-02-18 21:53 UTC by Eric Anderson
Modified: 2006-02-19 22:02 UTC (History)
2 users (show)

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 Eric Anderson 2006-02-18 21:53:20 UTC
The ebuild for app-misc/tomboy has a use flag for galago, however, it does not bring in dev-dotnet/galago-sharp when on amd64.

In the ebuild, it has:
x86? ( galago? ( dev-dotnet/galago-sharp ) )

The dev-dotnet/galago-sharp ebuild is for both amd64 and x86. In addition, the galago use flag is utilized in the ebuild for amd64 systems, so the compile fails wanting galago. This should be fixed. Compiling dev-dotnet/galago-sharp and then tomboy works successfully, it is only an ebuild problem.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-19 15:16:28 UTC
*** Bug 123419 has been marked as a duplicate of this bug. ***
Comment 2 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-02-19 18:58:49 UTC
Fixed in CVS.  The deps were originally not marked ~amd64.  Please sync and test in ~2 hours.
Comment 3 Eric Anderson 2006-02-19 22:02:38 UTC
Works as needed. Thanks.