diff options
author | Benjamin Neff <benjamin@coding4coffee.ch> | 2019-11-02 17:40:16 +0100 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-11-02 10:35:46 -0700 |
commit | 3b67737d772a2083776df71961c3d5756e87b2d6 (patch) | |
tree | 7185270cb698839bb78a76ee4672e374427f3ced /media-libs | |
parent | app-arch/xar: version bump -r3 (417.1), bug #694606 (diff) | |
download | gentoo-3b67737d772a2083776df71961c3d5756e87b2d6.tar.gz gentoo-3b67737d772a2083776df71961c3d5756e87b2d6.tar.bz2 gentoo-3b67737d772a2083776df71961c3d5756e87b2d6.zip |
media-libs/mesa: Require libdrm-2.4.100
Signed-off-by: Benjamin Neff <benjamin@coding4coffee.ch>
Closes: https://github.com/gentoo/gentoo/pull/13528
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-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 65e64abf562d..8f593918a1ac 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -71,7 +71,7 @@ REQUIRED_USE=" xvmc? ( X ) " -LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.99" +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.100" RDEPEND=" !app-eselect/eselect-mesa >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] |