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 D652F138334 for ; Fri, 27 Jul 2018 23:19:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E0FFE0835; Fri, 27 Jul 2018 23:19:00 +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 4E580E0835 for ; Fri, 27 Jul 2018 23:19:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CF6F6335CCB for ; Fri, 27 Jul 2018 23:18:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3CB837A for ; Fri, 27 Jul 2018 23:18:55 +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: <1532733525.e900d1be730882c962354203277ebb1ba499c0d3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-amdgpu/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1-r1.ebuild x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild X-VCS-Directories: x11-drivers/xf86-video-amdgpu/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e900d1be730882c962354203277ebb1ba499c0d3 X-VCS-Branch: master Date: Fri, 27 Jul 2018 23:18:55 +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: 1c93e60f-49a4-4493-89ab-dd47e283d75a X-Archives-Hash: 4c8af6b995b796cb82f4a0ba082aaa19 commit: e900d1be730882c962354203277ebb1ba499c0d3 Author: Marty E. Plummer startmail com> AuthorDate: Fri Jul 20 23:56:31 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jul 27 23:18:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e900d1be x11-drivers/xf86-video-amdgpu: fix xorg-server:= dependency Package-Manager: Portage-2.3.43, Repoman-2.3.10 x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1-r1.ebuild | 2 +- x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1-r1.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1-r1.ebuild index f3cb6236644..8f1a95c399e 100644 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1-r1.ebuild +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1-r1.ebuild @@ -25,7 +25,7 @@ BDEPEND=" RDEPEND=" >=x11-libs/libdrm-2.4.78[video_cards_amdgpu] x11-libs/libpciaccess - x11-base/xorg-server[glamor(-),-minimal] + x11-base/xorg-server:=[glamor(-),-minimal] " DEPEND=" ${LIVE_DEPEND} diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild index f3cb6236644..8f1a95c399e 100644 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild @@ -25,7 +25,7 @@ BDEPEND=" RDEPEND=" >=x11-libs/libdrm-2.4.78[video_cards_amdgpu] x11-libs/libpciaccess - x11-base/xorg-server[glamor(-),-minimal] + x11-base/xorg-server:=[glamor(-),-minimal] " DEPEND=" ${LIVE_DEPEND}