Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 408783 - Depending on mutually exclusive on cinnamon-1.4
Summary: Depending on mutually exclusive on cinnamon-1.4
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-18 22:28 UTC by mike
Modified: 2012-03-19 12:05 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 mike 2012-03-18 22:28:44 UTC
Depending on mutually exclusive on cinnamon-1.4

# grep -n gnome-base/gnome-menus /usr/portage/gnome-extra/cinnamon/cinnamon-1.4.ebuild 
54:     >=gnome-base/gnome-menus-3.2.0.1-r1:3[introspection]
102:    gnome-base/gnome-menus:0[python]

without gnome-base/gnome-menus:0 cinnamon work correctly
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-03-19 12:05:18 UTC
cinnamon-menu-editor requires the old gmenu python module, which is only installed by slot 0 of gnome-menus.

Slot 0 and slot 3 of gnome-menus (for example, gnome-menus-3.0.1-r1 and 3.2.0.1-r1) are not mutually exclusive, and can be installed in parallel on the same system.