From c7e2eaa7932136388a33b1f7334fe253e8ae834b Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 2 Nov 2018 21:16:24 +0100 Subject: pkg/dome-key.in.rb: Set dependency on Mac OS X 10.7 While the Objective-C/Cocoa code is designed to work on at least 10.6, the Rust code requires >=10.7, as something in Rust, maybe the standard library, requires at least that version of Mac OS. --- pkg/dome-key.in.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkg') diff --git a/pkg/dome-key.in.rb b/pkg/dome-key.in.rb index b2bfa7c..686fc90 100644 --- a/pkg/dome-key.in.rb +++ b/pkg/dome-key.in.rb @@ -5,6 +5,9 @@ class DomeKey < Formula url "" sha256 "${SHA256}" + # Rust code requires at least 10.7 + depends_on :macos => :lion + def install bin.install "dome-key" man1.install "dome-key.1" -- cgit v1.2.3