boost@1.55: remove env :userpaths
(#10637)
This commit is contained in:
parent
a118eac51a
commit
4e614d6f62
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
class BoostAT155 < Formula
|
class BoostAT155 < Formula
|
||||||
desc "Collection of portable C++ source libraries"
|
desc "Collection of portable C++ source libraries"
|
||||||
homepage "http://www.boost.org"
|
homepage "https://www.boost.org"
|
||||||
revision 1
|
revision 1
|
||||||
|
|
||||||
stable do
|
stable do
|
||||||
|
@ -39,8 +39,6 @@ class BoostAT155 < Formula
|
||||||
|
|
||||||
keg_only :versioned_formula
|
keg_only :versioned_formula
|
||||||
|
|
||||||
env :userpaths
|
|
||||||
|
|
||||||
option "with-icu", "Build regexp engine with icu support"
|
option "with-icu", "Build regexp engine with icu support"
|
||||||
option "without-single", "Disable building single-threading variant"
|
option "without-single", "Disable building single-threading variant"
|
||||||
option "without-static", "Disable building static library variant"
|
option "without-static", "Disable building static library variant"
|
||||||
|
|
Loading…
Reference in a new issue