diff options
author | 2023-01-14 07:00:29 -0500 | |
---|---|---|
committer | 2023-01-14 07:04:58 -0500 | |
commit | 5c981686638acd9363c8d9dbdd57be0d8966e6e2 (patch) | |
tree | 27bc312d6e63c6e26db8bd040c8438c263dae1ea /media-libs/libplacebo | |
parent | www-client/qutebrowser: cleanup py3.8 and importlib_resources dep (diff) | |
download | gentoo-5c981686638acd9363c8d9dbdd57be0d8966e6e2.tar.gz gentoo-5c981686638acd9363c8d9dbdd57be0d8966e6e2.tar.bz2 gentoo-5c981686638acd9363c8d9dbdd57be0d8966e6e2.zip |
media-libs/libplacebo: update live
A bit in advance, patch isn't merged yet but likely be done soon.
Does not fail either way given glslang ebuild been restoring
the (useless) static libs for now until packages adapt.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-libs/libplacebo')
-rw-r--r-- | media-libs/libplacebo/libplacebo-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-libs/libplacebo/libplacebo-9999.ebuild b/media-libs/libplacebo/libplacebo-9999.ebuild index fce1ddbf5e43..898b602f306a 100644 --- a/media-libs/libplacebo/libplacebo-9999.ebuild +++ b/media-libs/libplacebo/libplacebo-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit meson-multilib python-any-r1 if [[ ${PV} == 9999 ]]; then @@ -51,7 +51,6 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-5.229.1-llvm-libunwind.patch "${FILESDIR}"/${PN}-5.229.1-python-executable.patch - "${FILESDIR}"/${PN}-5.229.1-shared-glslang.patch ) python_check_deps() { |