diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-02-18 12:43:32 +0200 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-02-18 12:43:32 +0200 |
commit | ce6a2f8af598593f6b4c18c5dc1faffaf0da0582 (patch) | |
tree | 0debf4b685c5fe190c6d1cfc578c554a7d76661d | |
parent | 43a5bdd9517a87833fdaaaa605eeb5a9e901b1da (diff) |
fix missing dep in mintmenu
-rw-r--r-- | mate-extra/mintmenu/mintmenu-5.6.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mate-extra/mintmenu/mintmenu-5.6.0.ebuild b/mate-extra/mintmenu/mintmenu-5.6.0.ebuild index 28352537..5ed53a6b 100644 --- a/mate-extra/mintmenu/mintmenu-5.6.0.ebuild +++ b/mate-extra/mintmenu/mintmenu-5.6.0.ebuild @@ -27,7 +27,8 @@ RDEPEND=" >=mate-base/mate-desktop-1.8.0 >=mate-base/mate-panel-1.8.0 >=mate-base/mate-menus-1.8.0[python] - >=x11-misc/mozo-1.8.0" + >=x11-misc/mozo-1.8.0 + dev-python/python-xlib" S="${WORKDIR}/${PN}" |