commit: 4726dd26b59097a1a1ab768269ca10410d720707 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org> AuthorDate: Wed Oct 23 01:54:44 2019 +0000 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org> CommitDate: Wed Oct 23 01:54:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4726dd26
dev-util/vulkan-tools: Fix remaining incorrect dep Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org> dev-util/vulkan-tools/vulkan-tools-1.1.124.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-util/vulkan-tools/vulkan-tools-1.1.124.ebuild b/dev-util/vulkan-tools/vulkan-tools-1.1.124.ebuild index cac0da2bae9..3c0376f7625 100644 --- a/dev-util/vulkan-tools/vulkan-tools-1.1.124.ebuild +++ b/dev-util/vulkan-tools/vulkan-tools-1.1.124.ebuild @@ -23,8 +23,7 @@ HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Tools" LICENSE="Apache-2.0" SLOT="0" IUSE="+cube +vulkaninfo +X wayland" -COMMON_DEPEND=">=dev-util/vulkan-headers-1.1.125 - >=media-libs/vulkan-loader-1.1.125:=[${MULTILIB_USEDEP},wayland?,X?] +COMMON_DEPEND=">=media-libs/vulkan-loader-1.1.125:=[${MULTILIB_USEDEP},wayland?,X?] wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] ) X? ( x11-libs/libX11:=[${MULTILIB_USEDEP}]
