diff options
author | Wynn Wolf Arbor | 2020-07-05 20:26:24 +0200 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-07-05 20:57:41 +0200 |
commit | ac3cf0f4d562b2a636551907596c948d2a44fce2 (patch) | |
tree | 121ab9ec2435f3adc14a44084cc4fb3539246917 | |
parent | 6abffbf2b3bb13f89f63eff5c82e3554b631a1fd (diff) | |
download | portage-roles-ac3cf0f4d562b2a636551907596c948d2a44fce2.tar.gz |
group-base: Disable gnutls USE flag for media-video/ffmpeg
Gentoo enables this USE flag by default with commit a52d837e1b7
(media-video/ffmpeg: Enable gnutls by default., 2020-06-18) because a
build with gnutls is binary redistributable and having TLS support is
practically mandatory. As we do not distribute any binaries and already
build ffmpeg with openssl, we can disable this.
-rw-r--r-- | group-base/package.use/00-group-base | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/group-base/package.use/00-group-base b/group-base/package.use/00-group-base index 91e858d..e3654e8 100644 --- a/group-base/package.use/00-group-base +++ b/group-base/package.use/00-group-base @@ -22,7 +22,7 @@ app-editors/neovim -nvimpager mail-client/neomutt gpgme idn kyotocabinet media-sound/mpd inotify opus vorbis -cue -curl -fifo -flac -mad -zlib media-sound/ncmpcpp taglib -media-video/ffmpeg mp3 openssl opus theora vorbis vpx x264 x265 FFTOOLS: -* +media-video/ffmpeg mp3 openssl opus theora vorbis vpx x264 x265 -gnutls FFTOOLS: -* net-analyzer/nmap ncat nping net-firewall/nftables json net-misc/youtube-dl offensive |