boost@1.55: remove `env :userpaths` (#10637)

master
FX Coudert 2017-03-06 14:22:17 +01:00 committed by GitHub
parent a118eac51a
commit 4e614d6f62
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
class BoostAT155 < Formula
desc "Collection of portable C++ source libraries"
homepage "http://www.boost.org"
homepage "https://www.boost.org"
revision 1
stable do
@ -39,8 +39,6 @@ class BoostAT155 < Formula
keg_only :versioned_formula
env :userpaths
option "with-icu", "Build regexp engine with icu support"
option "without-single", "Disable building single-threading variant"
option "without-static", "Disable building static library variant"