mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
media-libs/vulkan-layers: Fix dependency
Fixes: https://bugs.gentoo.org/679270 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
This commit is contained in:
@@ -26,7 +26,7 @@ IUSE="X wayland"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
>=dev-util/glslang-7.10.2984:=[${MULTILIB_USEDEP}]
|
||||
>=dev-util/spirv-tools-2018.5:=[${MULTILIB_USEDEP}]
|
||||
>=dev-util/spirv-tools-2019.1:=[${MULTILIB_USEDEP}]
|
||||
>=dev-util/vulkan-headers-1.1.101
|
||||
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
|
||||
X? (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -26,7 +26,7 @@ IUSE="X wayland"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
>=dev-util/glslang-7.10.2984:=[${MULTILIB_USEDEP}]
|
||||
>=dev-util/spirv-tools-2018.2-r1:=[${MULTILIB_USEDEP}]
|
||||
>=dev-util/spirv-tools-2019.1:=[${MULTILIB_USEDEP}]
|
||||
>=dev-util/vulkan-headers-1.1.92.0
|
||||
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
|
||||
X? (
|
||||
|
||||
Reference in New Issue
Block a user