commit: 0960cb147fa5d3d7071e60f67a6960ac0052ee25 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Thu Feb 27 20:04:19 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Thu Feb 27 20:15:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0960cb14
profiles/arch/powerpc/ppc64/64le: fix vulkan stable masks properly Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> profiles/arch/powerpc/ppc64/64le/package.use.mask | 6 +++--- profiles/arch/powerpc/ppc64/64le/package.use.stable.mask | 11 +++++++++++ profiles/arch/powerpc/ppc64/64le/use.stable.mask | 4 ---- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/profiles/arch/powerpc/ppc64/64le/package.use.mask b/profiles/arch/powerpc/ppc64/64le/package.use.mask index 9b081c73f68..e990694a3c8 100644 --- a/profiles/arch/powerpc/ppc64/64le/package.use.mask +++ b/profiles/arch/powerpc/ppc64/64le/package.use.mask @@ -6,9 +6,9 @@ dev-qt/qtdeclarative -vulkan dev-qt/qtgui -vulkan dev-qt/qtwayland -vulkan -#media-libs/mesa -vulkan -vulkan-overlay -#media-libs/libsdl2 -vulkan -#media-video/mpv -vulkan +media-libs/mesa -vulkan -vulkan-overlay +media-libs/libsdl2 -vulkan +media-video/mpv -vulkan media-video/vlc -libplacebo # Georgy Yakovlev <[email protected]> (2020-01-21) diff --git a/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask b/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask index 30c1eecf861..dc3d73424ec 100644 --- a/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask +++ b/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask @@ -1,6 +1,17 @@ # Copyright 2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Georgy Yakovlev <[email protected]> (2020-02-27) +# vulkan tested and works on ppc64le, but not stabilized yet +dev-qt/qtdeclarative vulkan +dev-qt/qtgui vulkan +dev-qt/qtwayland vulkan +media-libs/mesa vulkan vulkan-overlay +media-libs/libsdl2 vulkan +media-video/mpv vulkan +media-video/vlc libplacebo + + # Georgy Yakovlev <[email protected]> (2019-08-15) # deps are not yet stable on ppc64 media-libs/mesa llvm video_cards_radeonsi diff --git a/profiles/arch/powerpc/ppc64/64le/use.stable.mask b/profiles/arch/powerpc/ppc64/64le/use.stable.mask index 0c547c80707..1cda5eff133 100644 --- a/profiles/arch/powerpc/ppc64/64le/use.stable.mask +++ b/profiles/arch/powerpc/ppc64/64le/use.stable.mask @@ -1,10 +1,6 @@ # Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Georgy Yakovlev <[email protected]> (2020-02-26) -# works, but deps not stable yet -vulkan - # Georgy Yakovlev <[email protected]> (2020-01-21) # works, but deps not stable yet vaapi
