diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-08-21 20:33:03 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-08-21 20:33:32 -0700 |
commit | ebd0f5c08e21d69706aafa9a4fb5376342608353 (patch) | |
tree | 519335fc44e4a7181d0774af7515115302e6003d /media-libs | |
parent | sys-apps/systemd: do not change the kernel audit setting by default (diff) | |
download | gentoo-ebd0f5c08e21d69706aafa9a4fb5376342608353.tar.gz gentoo-ebd0f5c08e21d69706aafa9a4fb5376342608353.tar.bz2 gentoo-ebd0f5c08e21d69706aafa9a4fb5376342608353.zip |
media-libs/mesa: Raise libglvnd version requirement
Closes: https://bugs.gentoo.org/737624
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-20.2.0_rc2.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-20.2.0_rc2.ebuild b/media-libs/mesa/mesa-20.2.0_rc2.ebuild index ebb32fce460a..01f47e9da290 100644 --- a/media-libs/mesa/mesa-20.2.0_rc2.ebuild +++ b/media-libs/mesa/mesa-20.2.0_rc2.ebuild @@ -78,7 +78,7 @@ RDEPEND=" >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}] libglvnd? ( - >=media-libs/libglvnd-1.2.0-r1[X?,${MULTILIB_USEDEP}] + >=media-libs/libglvnd-1.3.2[X?,${MULTILIB_USEDEP}] !app-eselect/eselect-opengl ) !libglvnd? ( diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index ebb32fce460a..01f47e9da290 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -78,7 +78,7 @@ RDEPEND=" >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}] libglvnd? ( - >=media-libs/libglvnd-1.2.0-r1[X?,${MULTILIB_USEDEP}] + >=media-libs/libglvnd-1.3.2[X?,${MULTILIB_USEDEP}] !app-eselect/eselect-opengl ) !libglvnd? ( |