diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-07-14 11:01:46 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-07-14 11:51:02 +0300 |
commit | 242f42c1908ecc9523a9892542e203aac2ea2318 (patch) | |
tree | b7c9b2b618a50d05583f4e227c4c9cea5c69e142 /x11-wm/mutter | |
parent | gnome-base/gnome-shell-3.24.2: Sync in changes done over time in the 3.22 series (diff) | |
download | gentoo-242f42c1908ecc9523a9892542e203aac2ea2318.tar.gz gentoo-242f42c1908ecc9523a9892542e203aac2ea2318.tar.bz2 gentoo-242f42c1908ecc9523a9892542e203aac2ea2318.zip |
x11-wm/mutter: Set libmutter API version as subslot
The libraries are now meant to be parallel installable, but we don't split the
libraries from the rest for now to be able to have full parallel installable SLOTs.
So at least express the API version as subslot, so gnome-shell can depend on the
specific one for the libraries. This subslot is only to be used by consumers when
linking to the libmutter libraries (the subslot number equals requested pkg-config API),
mainly gnome-shell.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'x11-wm/mutter')
-rw-r--r-- | x11-wm/mutter/mutter-3.24.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/mutter/mutter-3.24.3.ebuild b/x11-wm/mutter/mutter-3.24.3.ebuild index dc9be17c086e..cf11022b83bb 100644 --- a/x11-wm/mutter/mutter-3.24.3.ebuild +++ b/x11-wm/mutter/mutter-3.24.3.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="GNOME 3 compositing window manager based on Clutter" HOMEPAGE="https://git.gnome.org/browse/mutter/" LICENSE="GPL-2+" -SLOT="0" +SLOT="0/0" IUSE="debug gles2 input_devices_wacom +introspection test udev wayland" |