diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-03-07 20:40:10 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-03-07 20:57:56 -0800 |
commit | 454d48a3d98fb1967d822ebe8606dbffcf370da7 (patch) | |
tree | 5394fd9abc2732b570e255fa07628db5ff1302ad /media-libs/mesa | |
parent | app-admin/sshguard: Old. (diff) | |
download | gentoo-454d48a3d98fb1967d822ebe8606dbffcf370da7.tar.gz gentoo-454d48a3d98fb1967d822ebe8606dbffcf370da7.tar.bz2 gentoo-454d48a3d98fb1967d822ebe8606dbffcf370da7.zip |
media-libs/mesa: Fix libdrm dependencies.
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-17.0.1.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-17.0.1.ebuild b/media-libs/mesa/mesa-17.0.1.ebuild index 699313f62e68..6594ed90ea33 100644 --- a/media-libs/mesa/mesa-17.0.1.ebuild +++ b/media-libs/mesa/mesa-17.0.1.ebuild @@ -75,7 +75,7 @@ REQUIRED_USE=" ${PYTHON_REQUIRED_USE} " -LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.72" +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.74" # keep correct libdrm and dri2proto dep # keep blocks in rdepend for binpkg RDEPEND=" diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 15ce6d4cbd15..6ba97de334cc 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -75,7 +75,7 @@ REQUIRED_USE=" ${PYTHON_REQUIRED_USE} " -LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.72" +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.75" # keep correct libdrm and dri2proto dep # keep blocks in rdepend for binpkg RDEPEND=" |