diff options
| author | BrewTestBot | 2014-12-13 06:10:17 +0000 |
|---|---|---|
| committer | Tim D. Smith | 2014-12-13 11:49:27 -0800 |
| commit | 78b20ba314eaf9df5c9808661667653247ac3734 (patch) | |
| tree | 80d0f267177eaa2bf8b73d52c2df4f9ae9bf599a /Library | |
| parent | 8a6fece25e954f368cd3f4a7130531a7eeddfb71 (diff) | |
| download | homebrew-78b20ba314eaf9df5c9808661667653247ac3734.tar.bz2 | |
pyside: add 1.2.2 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pyside.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/pyside.rb b/Library/Formula/pyside.rb index dc2d08ee2..a042d7113 100644 --- a/Library/Formula/pyside.rb +++ b/Library/Formula/pyside.rb @@ -8,6 +8,12 @@ class Pyside < Formula head 'git://gitorious.org/pyside/pyside.git' + bottle do + sha1 "8137d4ab768f0b621c76f3e8f51aff9594527b7a" => :yosemite + sha1 "23cceb7a03918cb1aa1e897c9ed1b3224610c2d2" => :mavericks + sha1 "370b1d0fc1099689977ba04eb3602c41b5def89c" => :mountain_lion + end + # don't use depends_on :python because then bottles install Homebrew's python option "without-python", "Build without python 2 support" depends_on :python => :recommended if MacOS.version <= :snow_leopard |
