diff options
author | 2018-01-05 10:10:37 -0800 | |
---|---|---|
committer | 2018-01-05 10:10:58 -0800 | |
commit | 186b8b961d6606591064d99553f1434fea254fe5 (patch) | |
tree | 7baaa2f0b13a189b06f7e1c5ffc940da043b58d4 /media-libs/mesa | |
parent | x11-libs/libdrm: Version bump to 2.4.89 (diff) | |
download | gentoo-186b8b961d6606591064d99553f1434fea254fe5.tar.gz gentoo-186b8b961d6606591064d99553f1434fea254fe5.tar.bz2 gentoo-186b8b961d6606591064d99553f1434fea254fe5.zip |
media-libs/mesa: Require libdrm-2.4.89
Closes: https://bugs.gentoo.org/643482
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 3624ea7c600b..e2f425d49acd 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -75,7 +75,7 @@ REQUIRED_USE=" video_cards_vmware? ( gallium ) " -LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.88" +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.89" # keep correct libdrm and dri2proto dep # keep blocks in rdepend for binpkg RDEPEND=" |