mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 17:10:45 +02:00
Merge pull request #1421 from birarda/master
remove bottle options from qt5 formula
This commit is contained in:
commit
87ed91677c
1 changed files with 1 additions and 7 deletions
6
qt5.rb
6
qt5.rb
|
@ -30,12 +30,6 @@ class Qt5 < Formula
|
|||
head 'git://gitorious.org/qt/qt5.git', :branch => 'stable',
|
||||
:using => Qt5HeadDownloadStrategy
|
||||
|
||||
bottle do
|
||||
sha1 '38ae6b107af1e34635cf9e6efc69e630518cc0a6' => :mavericks
|
||||
sha1 '7623e90ae623360a1f6ca282ca8003ae8ee04c55' => :mountain_lion
|
||||
sha1 '1f58eab10d42880b444c6c151e2075227574fa8d' => :lion
|
||||
end
|
||||
|
||||
keg_only "Qt 5 conflicts Qt 4 (which is currently much more widely used)."
|
||||
|
||||
option :universal
|
||||
|
|
Loading…
Reference in a new issue