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 DDE7C138330 for ; Tue, 29 May 2018 22:47:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED0AFE07FA; Tue, 29 May 2018 22:47:39 +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 C2877E07FA for ; Tue, 29 May 2018 22:47:39 +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 63A88335C30 for ; Tue, 29 May 2018 22:47:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40B9D2A9 for ; Tue, 29 May 2018 22:47:36 +0000 (UTC) From: "Sobhan Mohammadpour" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sobhan Mohammadpour" Message-ID: <1527634050.5d77a26f72ec6f96530f520050dffec629fe14af.sobhan@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-wm/mutter/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-wm/mutter/mutter-9999.ebuild X-VCS-Directories: x11-wm/mutter/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: 5d77a26f72ec6f96530f520050dffec629fe14af X-VCS-Branch: master Date: Tue, 29 May 2018 22:47:36 +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: cce071b6-da21-40c6-a696-db95d2eb916d X-Archives-Hash: 89122baebcc1109e76442aca83d7af6b commit: 5d77a26f72ec6f96530f520050dffec629fe14af Author: Sobhan Mohammadpour gentoo org> AuthorDate: Tue May 29 22:47:30 2018 +0000 Commit: Sobhan Mohammadpour gentoo org> CommitDate: Tue May 29 22:47:30 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=5d77a26f x11-wm/mutter: drop keyword for live ebuild Package-Manager: Portage-2.3.36, Repoman-2.3.9 Manifest-Sign-Key: 0x7DF238CF0AA182E1 x11-wm/mutter/mutter-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/mutter/mutter-9999.ebuild b/x11-wm/mutter/mutter-9999.ebuild index 156bf46c..f620cf06 100644 --- a/x11-wm/mutter/mutter-9999.ebuild +++ b/x11-wm/mutter/mutter-9999.ebuild @@ -15,7 +15,7 @@ SLOT="0/0" #FIXME add remote desktop support IUSE="debug gles2 input_devices_wacom +introspection test udev wayland" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="" # libXi-1.7.4 or newer needed per: # https://bugzilla.gnome.org/show_bug.cgi?id=738944