summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
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 564e111f3d47..8d40b29af62f 100644
--- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
+++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
@@ -7,7 +7,6 @@ inherit xorg-2
if [[ ${PV} == 9999* ]]; then
SRC_URI=""
- KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
fi
@@ -16,7 +15,7 @@ DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"
IUSE="glamor"
-RDEPEND="x11-libs/libdrm[video_cards_amdgpu]
+RDEPEND=">=x11-libs/libdrm-2.4.72[video_cards_amdgpu]
x11-base/xorg-server[glamor(-)?]"
DEPEND="${RDEPEND}"