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 1B1E5139083 for ; Fri, 24 Nov 2017 05:06:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8794FE0E06; Fri, 24 Nov 2017 05:06:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 62D27E0E06 for ; Fri, 24 Nov 2017 05:06:38 +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 893DA33C770 for ; Fri, 24 Nov 2017 05:06:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F581A591 for ; Fri, 24 Nov 2017 05:06:36 +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: <1511499978.06839aa992176b3cef65a0e6f17eb261fe2cd77b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild X-VCS-Directories: x11-drivers/xf86-video-ati/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 06839aa992176b3cef65a0e6f17eb261fe2cd77b X-VCS-Branch: master Date: Fri, 24 Nov 2017 05:06: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: 71ef1601-1224-4c3a-8138-f14d6fbb4257 X-Archives-Hash: 18adc0b069d7ea55c882b74e2d3ff463 commit: 06839aa992176b3cef65a0e6f17eb261fe2cd77b Author: Nick Sarnie gmail com> AuthorDate: Fri Nov 24 00:52:49 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Nov 24 05:06:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06839aa9 x11-drivers/xf86-video-ati: Update libdrm dependency Signed-off-by: Nick Sarnie gmail.com> Closes: https://github.com/gentoo/gentoo/pull/6274 Closes: https://bugs.gentoo.org/635190 x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild | 2 +- x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild index 5566550b91d..b34efb14780 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.x.org/wiki/ati/" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="+glamor udev" -RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon] +RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon] >=x11-libs/libpciaccess-0.8.0 glamor? ( x11-base/xorg-server[glamor] ) udev? ( virtual/udev )" diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild index 83059fbbd70..930f45fdc37 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://www.x.org/wiki/ati/" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd" IUSE="+glamor udev" -RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon] +RDEPEND=">=x11-libs/libdrm-2.4.60[video_cards_radeon] >=x11-libs/libpciaccess-0.8.0 glamor? ( x11-base/xorg-server[glamor] ) udev? ( virtual/udev )"