From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D184F138A87 for ; Sun, 22 Feb 2015 02:43:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59486E086A; Sun, 22 Feb 2015 02:43:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A14DE086A for ; Sun, 22 Feb 2015 02:43:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE801340A78 for ; Sun, 22 Feb 2015 02:43:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E12F1246F for ; Sun, 22 Feb 2015 02:43:38 +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: <1424572302.ad669de599c69a5436683f2acd22de49d66af118.mattst88@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-base/xorg-server/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-base/xorg-server/xorg-server-9999.ebuild X-VCS-Directories: x11-base/xorg-server/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ad669de599c69a5436683f2acd22de49d66af118 X-VCS-Branch: master Date: Sun, 22 Feb 2015 02:43:38 +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: 19e84d9e-2e8d-499f-be75-477028a27a30 X-Archives-Hash: 8717c33df485c24e7bf504192f06d460 commit: ad669de599c69a5436683f2acd22de49d66af118 Author: Matt Turner gmail com> AuthorDate: Sun Feb 22 02:31:20 2015 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Feb 22 02:31:42 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=ad669de5 x11-base/xorg-server: Set appropriate xcb dependencies for xephyr. Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=528230 --- x11-base/xorg-server/xorg-server-9999.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild index e3611c4..c7af64f 100644 --- a/x11-base/xorg-server/xorg-server-9999.ebuild +++ b/x11-base/xorg-server/xorg-server-9999.ebuild @@ -55,7 +55,14 @@ CDEPEND=">=app-admin/eselect-opengl-1.3.0 >=x11-libs/libXext-1.0.5 x11-libs/libXv ) - xephyr? ( x11-libs/libxcb ) + xephyr? ( + x11-libs/libxcb + x11-libs/xcb-util + x11-libs/xcb-util-image + x11-libs/xcb-util-keysyms + x11-libs/xcb-util-renderutil + x11-libs/xcb-util-wm + ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5