diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-12-05 05:55:30 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-12-05 06:03:28 -0500 |
commit | 4d5261974e48aab59f22cc2d581536652fb3b019 (patch) | |
tree | 26b52e029012c127029ff6281e2b2c0558e31193 /media-libs/libplacebo | |
parent | dev-db/spatialite: add 5.1.0 (diff) | |
download | gentoo-4d5261974e48aab59f22cc2d581536652fb3b019.tar.gz gentoo-4d5261974e48aab59f22cc2d581536652fb3b019.tar.bz2 gentoo-4d5261974e48aab59f22cc2d581536652fb3b019.zip |
media-libs/libplacebo: update live
xxhash usage is headers-only but had to be kept in RDEPEND or
else libplacebo's .pc file would become usuable for revdeps.
This is now fixed.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-libs/libplacebo')
-rw-r--r-- | media-libs/libplacebo/libplacebo-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libplacebo/libplacebo-9999.ebuild b/media-libs/libplacebo/libplacebo-9999.ebuild index 89a1527ea842..83663583deaf 100644 --- a/media-libs/libplacebo/libplacebo-9999.ebuild +++ b/media-libs/libplacebo/libplacebo-9999.ebuild @@ -52,12 +52,12 @@ RDEPEND=" !llvm-libunwind? ( sys-libs/libunwind:=[${MULTILIB_USEDEP}] ) ) vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] ) - xxhash? ( dev-libs/xxhash[${MULTILIB_USEDEP}] ) " # vulkan-headers is required even with USE=-vulkan (bug #882065) DEPEND=" ${RDEPEND} dev-util/vulkan-headers + xxhash? ( dev-libs/xxhash[${MULTILIB_USEDEP}] ) " BDEPEND=" $(python_gen_any_dep 'dev-python/jinja[${PYTHON_USEDEP}]') |