From f98304026bcb3bc68b47210f2434e09683987363 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 20 Dec 2016 10:22:30 +0000 Subject: Deprecate 32-bit options. These were formerly supported but as it has been a very long time since 32-bit software was necessary on macOS these have been deprecated with a `brew audit` warning and a future `odeprecated`. --- Library/Homebrew/software_spec.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library/Homebrew/software_spec.rb') diff --git a/Library/Homebrew/software_spec.rb b/Library/Homebrew/software_spec.rb index 0c230f643..fb07f6c55 100644 --- a/Library/Homebrew/software_spec.rb +++ b/Library/Homebrew/software_spec.rb @@ -13,9 +13,8 @@ class SoftwareSpec extend Forwardable PREDEFINED_OPTIONS = { - :universal => Option.new("universal", "Build a universal binary"), - :cxx11 => Option.new("c++11", "Build using C++11 mode"), - "32-bit" => Option.new("32-bit", "Build 32-bit only"), + universal: Option.new("universal", "Build a universal binary"), + cxx11: Option.new("c++11", "Build using C++11 mode"), }.freeze attr_reader :name, :full_name, :owner -- cgit v1.2.3