Merge pull request #7229 from tschoonj/whitelist-libsigc@2

keg_only_whitelist: add libsigc++@2
This commit is contained in:
Mike McQuaid 2020-03-27 08:38:44 +00:00 committed by GitHub
commit 31d07806de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -520,6 +520,7 @@ module Homebrew
gnupg@1.4
lua@5.1
numpy@1.16
libsigc++@2
].freeze
return if keg_only_whitelist.include?(formula.name) || formula.name.start_with?("gcc@")