[gentoo-dev] Re: [PATCH v2] profiles: promote USE=vulkan to global USE flag

2023-05-23 Thread Luca Barbato

On 22/05/23 22:41, Nick Sarnie wrote:

On 5/22/23 16:40, Matt Turner wrote:

On Mon, May 22, 2023 at 4:27 PM Sam James  wrote:

Thanks to leio for this improved phrasing.

Signed-off-by: Sam James 
---
  profiles/use.desc | 1 +
  1 file changed, 1 insertion(+)

diff --git a/profiles/use.desc b/profiles/use.desc
index 2d5489acc568..47438c839071 100644
--- a/profiles/use.desc
+++ b/profiles/use.desc
@@ -344,6 +344,7 @@ videos - Install optional video files (used in 
some games)

  vim-syntax - Pulls in related vim syntax scripts
  vnc - Enable VNC (remote desktop viewer) support
  vorbis - Add support for the OggVorbis audio codec
+vulkan - Add support for 3D graphics and computing via the Vulkan 
cross-platform API

  wavpack - Add support for wavpack audio compression tools
  wayland - Enable dev-libs/wayland backend
  webkit - Add support for the WebKit HTML rendering/layout engine
--
2.40.1


Looks good to me.


Same, rb


+1



[gentoo-dev] Re: [PATCH v2] profiles: promote USE=vulkan to global USE flag

2023-05-22 Thread Matt Turner
On Mon, May 22, 2023 at 4:27 PM Sam James  wrote:
>
> Thanks to leio for this improved phrasing.
>
> Signed-off-by: Sam James 
> ---
>  profiles/use.desc | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/profiles/use.desc b/profiles/use.desc
> index 2d5489acc568..47438c839071 100644
> --- a/profiles/use.desc
> +++ b/profiles/use.desc
> @@ -344,6 +344,7 @@ videos - Install optional video files (used in some games)
>  vim-syntax - Pulls in related vim syntax scripts
>  vnc - Enable VNC (remote desktop viewer) support
>  vorbis - Add support for the OggVorbis audio codec
> +vulkan - Add support for 3D graphics and computing via the Vulkan 
> cross-platform API
>  wavpack - Add support for wavpack audio compression tools
>  wayland - Enable dev-libs/wayland backend
>  webkit - Add support for the WebKit HTML rendering/layout engine
> --
> 2.40.1
>

Looks good to me.