summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-03-01 22:44:03 +0200
committerMart Raudsepp <leio@gentoo.org>2019-03-01 22:44:56 +0200
commit058dd3794c9ff0e7a82dfff79387745d858ffa67 (patch)
tree60fa65ea3112ef4373e13b53fb11a0cb9329f650 /x11-drivers/xf86-video-amdgpu
parentx11-drivers/xf86-video-ati: fix libdrm minimum dep (diff)
downloadgentoo-058dd3794c9ff0e7a82dfff79387745d858ffa67.tar.gz
gentoo-058dd3794c9ff0e7a82dfff79387745d858ffa67.tar.bz2
gentoo-058dd3794c9ff0e7a82dfff79387745d858ffa67.zip
x11-drivers/xf86-video-amdgpu: fix libdrm minimum dep
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'x11-drivers/xf86-video-amdgpu')
-rw-r--r--x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.1.0.ebuild4
-rw-r--r--x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.1.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.1.0.ebuild
index 877e000a1319..51bc1247d3ca 100644
--- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.1.0.ebuild
+++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,7 +15,7 @@ DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"
IUSE="udev"
-RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_amdgpu]
+RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_amdgpu]
x11-base/xorg-server[glamor(-)]
udev? ( virtual/libudev:= )"
DEPEND="${RDEPEND}"
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 df2b7fe4867b..2fcd2628b398 100644
--- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
+++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,7 +15,7 @@ DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"
IUSE="udev"
-RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_amdgpu]
+RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_amdgpu]
x11-base/xorg-server[glamor(-)]
udev? ( virtual/libudev:= )"
DEPEND="${RDEPEND}"