From 4e614d6f62398e2ef4531f1ab2677a4fbb423688 Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Mon, 6 Mar 2017 14:22:17 +0100 Subject: [PATCH] boost@1.55: remove `env :userpaths` (#10637) --- Formula/boost@1.55.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Formula/boost@1.55.rb b/Formula/boost@1.55.rb index a50f251ded..62acdd710f 100644 --- a/Formula/boost@1.55.rb +++ b/Formula/boost@1.55.rb @@ -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"