From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AF0671393E9 for ; Wed, 28 May 2014 00:45:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1F40E088F; Wed, 28 May 2014 00:45:21 +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 33B03E088F for ; Wed, 28 May 2014 00:45:21 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4899533FC34 for ; Wed, 28 May 2014 00:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id EFEBC182D3 for ; Wed, 28 May 2014 00:45:18 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <1401237877.115c651c0b6ebf4249569bcf093b8dcb2d98309d.chithead@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild X-VCS-Directories: x11-drivers/xf86-video-ati/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: 115c651c0b6ebf4249569bcf093b8dcb2d98309d X-VCS-Branch: master Date: Wed, 28 May 2014 00:45:18 +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: 81520a6a-6452-4ff4-82db-a602d3198eed X-Archives-Hash: 3cad410da0a0ca7d2458fd81327c0576 commit: 115c651c0b6ebf4249569bcf093b8dcb2d98309d Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Wed May 28 00:44:37 2014 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Wed May 28 00:44:37 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=115c651c x11-driver/xf86-video-ati: allow X server built-in glamor --- x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild index 2989ab7..ebd76d1 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild @@ -13,7 +13,10 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="+glamor udev" RDEPEND=">=x11-libs/libdrm-2.4.46[video_cards_radeon] - glamor? ( >=x11-libs/glamor-0.6 ) + glamor? ( || ( + x11-base/xorg-server[glamor] + >=x11-libs/glamor-0.6 + ) ) udev? ( virtual/udev )" DEPEND="${RDEPEND}"