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 5E894139694 for ; Sun, 26 Feb 2017 05:02:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6702CE0C87; Sun, 26 Feb 2017 05:02:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43D48E0C87 for ; Sun, 26 Feb 2017 05:02:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55448340FC8 for ; Sun, 26 Feb 2017 05:02:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2225E54DD for ; Sun, 26 Feb 2017 05:02:46 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1488085359.0a24e95351f1619d93dd1c8598c49647a964b587.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-base/xorg-server/xorg-server-1.17.4.ebuild x11-base/xorg-server/xorg-server-1.18.4.ebuild X-VCS-Directories: x11-base/xorg-server/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0a24e95351f1619d93dd1c8598c49647a964b587 X-VCS-Branch: master Date: Sun, 26 Feb 2017 05:02:46 +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: ccb644d4-565f-472f-8a43-ad8e41c6647f X-Archives-Hash: 3e2d0b7c0cc6f61c2e364bc73cf55d05 commit: 0a24e95351f1619d93dd1c8598c49647a964b587 Author: Matt Turner gentoo org> AuthorDate: Sun Feb 26 05:02:20 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Feb 26 05:02:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a24e953 x11-base/xorg-server: Depend on xcb-util-keysyms for xnest. Bug: https://bugs.gentoo.org/586062 x11-base/xorg-server/xorg-server-1.17.4.ebuild | 5 ++++- x11-base/xorg-server/xorg-server-1.18.4.ebuild | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/x11-base/xorg-server/xorg-server-1.17.4.ebuild b/x11-base/xorg-server/xorg-server-1.17.4.ebuild index 5bafb33a58..82f1e50f9e 100644 --- a/x11-base/xorg-server/xorg-server-1.17.4.ebuild +++ b/x11-base/xorg-server/xorg-server-1.17.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -64,6 +64,9 @@ CDEPEND=">=app-eselect/eselect-opengl-1.3.0 x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm ) + xnest? ( + x11-libs/xcb-util-keysyms + ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 diff --git a/x11-base/xorg-server/xorg-server-1.18.4.ebuild b/x11-base/xorg-server/xorg-server-1.18.4.ebuild index 0fdc51f18a..46cad97077 100644 --- a/x11-base/xorg-server/xorg-server-1.18.4.ebuild +++ b/x11-base/xorg-server/xorg-server-1.18.4.ebuild @@ -64,6 +64,9 @@ CDEPEND=">=app-eselect/eselect-opengl-1.3.0 x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm ) + xnest? ( + x11-libs/xcb-util-keysyms + ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5