aspell: update remaining method names
Closes Homebrew/homebrew#19367. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
dd1542a9de
commit
af2c5ef498
1 changed files with 2 additions and 2 deletions
|
@ -490,12 +490,12 @@ class Aspell < Formula
|
|||
|
||||
languages = []
|
||||
|
||||
available_languages.each do |lang|
|
||||
aspell_available_languages.each do |lang|
|
||||
languages << lang if build.with? "lang-#{lang}"
|
||||
end
|
||||
|
||||
if build.include? 'all'
|
||||
languages << available_languages.to_a
|
||||
languages << aspell_available_languages.to_a
|
||||
elsif languages.empty?
|
||||
languages << "en"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue