diff options
author | Christian Widmer <cwidmer@umbrox.de> | 2018-08-04 05:58:19 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-08-08 12:04:22 -0700 |
commit | bad8e90ed29a812e48d112f416a0f78dd007cb87 (patch) | |
tree | e2075c5f6e47efb269f0ff3b141bd728d67e4ea9 /media-libs/mesa | |
parent | x11-libs/libdrm: Version bump to 2.4.93 (diff) | |
download | gentoo-bad8e90ed29a812e48d112f416a0f78dd007cb87.tar.gz gentoo-bad8e90ed29a812e48d112f416a0f78dd007cb87.tar.bz2 gentoo-bad8e90ed29a812e48d112f416a0f78dd007cb87.zip |
media-libs/mesa: Require libdrm-2.4.93 ebuild to 2.4.93
Upstream raised the amdgpu libdrm dependency to 2.4.93, so we follow
them.
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 1a11d453698e..c62a1ac78530 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -72,7 +72,7 @@ REQUIRED_USE=" video_cards_vmware? ( gallium ) " -LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.91" +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.93" RDEPEND=" !app-eselect/eselect-mesa >=app-eselect/eselect-opengl-1.3.0 |