From 0e2881318d71ed47e52fecb499b198d355b47803 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Sat, 11 Mar 2017 00:13:48 -0800 Subject: [PATCH] boost-python@1.59: rename boost@1.59 dependency --- Formula/boost-python@1.59.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/boost-python@1.59.rb b/Formula/boost-python@1.59.rb index 37173ff891..22f9f693f2 100644 --- a/Formula/boost-python@1.59.rb +++ b/Formula/boost-python@1.59.rb @@ -12,9 +12,9 @@ class BoostPythonAT159 < Formula depends_on :python3 => :optional if build.cxx11? - depends_on "boost159" => "c++11" + depends_on "boost@1.59" => "c++11" else - depends_on "boost159" + depends_on "boost@1.59" end def install