From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10431139694 for ; Fri, 14 Jul 2017 08:52:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D88CA1FC05A; Fri, 14 Jul 2017 08:52:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD7C91FC058 for ; Fri, 14 Jul 2017 08:52:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97ED93418F0 for ; Fri, 14 Jul 2017 08:52:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F3BE74BA for ; Fri, 14 Jul 2017 08:52:07 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1500022262.242f42c1908ecc9523a9892542e203aac2ea2318.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/mutter/mutter-3.24.3.ebuild X-VCS-Directories: x11-wm/mutter/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 242f42c1908ecc9523a9892542e203aac2ea2318 X-VCS-Branch: master Date: Fri, 14 Jul 2017 08:52:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 536b3c69-f2fd-44ff-bf0e-75ea56ad08df X-Archives-Hash: c00e6c4d163ac6bf15dd9434f64652ef commit: 242f42c1908ecc9523a9892542e203aac2ea2318 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Jul 14 08:01:46 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Jul 14 08:51:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=242f42c1 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 x11-wm/mutter/mutter-3.24.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/mutter/mutter-3.24.3.ebuild b/x11-wm/mutter/mutter-3.24.3.ebuild index dc9be17c086..cf11022b83b 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"