mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/libplacebo: style adjustment
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -64,7 +64,10 @@ python_check_deps() {
|
||||
|
||||
src_unpack() {
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
local EGIT_SUBMODULES=( $(usev opengl 3rdparty/glad) 3rdparty/fast_float )
|
||||
local EGIT_SUBMODULES=(
|
||||
3rdparty/fast_float
|
||||
$(usev opengl 3rdparty/glad)
|
||||
)
|
||||
git-r3_src_unpack
|
||||
else
|
||||
default
|
||||
|
||||
Reference in New Issue
Block a user