diff options
author | 2025-01-15 10:15:43 -0500 | |
---|---|---|
committer | 2025-01-15 10:18:36 -0500 | |
commit | 6840d0bbdcce0302eb29dc207ec99503b3ac8800 (patch) | |
tree | f23bc3869743e8751ff6f563e2862c677f5c4e82 /dev-debug | |
parent | app-emacs/cask: Advertise SSL with optfeature (diff) | |
download | gentoo-6840d0bbdcce0302eb29dc207ec99503b3ac8800.tar.gz gentoo-6840d0bbdcce0302eb29dc207ec99503b3ac8800.tar.bz2 gentoo-6840d0bbdcce0302eb29dc207ec99503b3ac8800.zip |
dev-debug/gfxreconstruct: Fix dependencies
Closes: https://bugs.gentoo.org/948133
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r-- | dev-debug/gfxreconstruct/gfxreconstruct-1.3.296.0.ebuild | 3 | ||||
-rw-r--r-- | dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-debug/gfxreconstruct/gfxreconstruct-1.3.296.0.ebuild b/dev-debug/gfxreconstruct/gfxreconstruct-1.3.296.0.ebuild index ddd0350534fb..89faea5c0da3 100644 --- a/dev-debug/gfxreconstruct/gfxreconstruct-1.3.296.0.ebuild +++ b/dev-debug/gfxreconstruct/gfxreconstruct-1.3.296.0.ebuild @@ -42,12 +42,11 @@ RDEPEND=" DEPEND="${RDEPEND} X? ( x11-libs/libXrandr ) " -if [[ ${PV} == 9999* ]]; then +if [[ ${PV} != 9999* ]]; then DEPEND+=" ~dev-util/spirv-headers-${PV} ~dev-util/vulkan-headers-${PV} " -else PATCHES=( "${FILESDIR}"/1.3.296.0-use-system-vulkan.patch ) diff --git a/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild b/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild index ddd0350534fb..89faea5c0da3 100644 --- a/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild +++ b/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild @@ -42,12 +42,11 @@ RDEPEND=" DEPEND="${RDEPEND} X? ( x11-libs/libXrandr ) " -if [[ ${PV} == 9999* ]]; then +if [[ ${PV} != 9999* ]]; then DEPEND+=" ~dev-util/spirv-headers-${PV} ~dev-util/vulkan-headers-${PV} " -else PATCHES=( "${FILESDIR}"/1.3.296.0-use-system-vulkan.patch ) |