diff options
author | Mart Raudsepp <leio@gentoo.org> | 2016-12-30 10:47:20 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2016-12-30 10:49:50 +0200 |
commit | 237cf78a5d90f7f6cc3e2e5373eec77f1e99578d (patch) | |
tree | 137af19556266c8dbae0a000164b0ffe7b313719 /x11-wm | |
parent | sys-apps/sandbox: Fix opendir sandbox abort with long paths (diff) | |
download | gentoo-237cf78a5d90f7f6cc3e2e5373eec77f1e99578d.tar.gz gentoo-237cf78a5d90f7f6cc3e2e5373eec77f1e99578d.tar.bz2 gentoo-237cf78a5d90f7f6cc3e2e5373eec77f1e99578d.zip |
x11-wm/mutter: Remove unnecessary pango[X] dependency
pango USE=X actually adds a pangoxft library, not X support.
mutter does not use that extra legacy library, as it is a modern
GTK+ project.
Package-Manager: portage-2.3.3
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/mutter/mutter-3.22.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/mutter/mutter-3.22.2.ebuild b/x11-wm/mutter/mutter-3.22.2.ebuild index b7538529cd9d..57aac6acd907 100644 --- a/x11-wm/mutter/mutter-3.22.2.ebuild +++ b/x11-wm/mutter/mutter-3.22.2.ebuild @@ -21,7 +21,7 @@ COMMON_DEPEND=" >=dev-libs/atk-2.5.3 >=x11-libs/gdk-pixbuf-2:2 >=dev-libs/json-glib-0.12.0 - >=x11-libs/pango-1.30[X,introspection?] + >=x11-libs/pango-1.30[introspection?] >=x11-libs/cairo-1.14[X] >=x11-libs/gtk+-3.19.8:3[X,introspection?] >=dev-libs/glib-2.49.0:2[dbus] |