gpg2_requirement: update code comments
This commit is contained in:
parent
380afe2f2d
commit
c75a8221a5
@ -5,8 +5,8 @@ class GPG2Requirement < Requirement
|
|||||||
fatal true
|
fatal true
|
||||||
default_formula "gnupg"
|
default_formula "gnupg"
|
||||||
|
|
||||||
# GPGTools installs GnuPG 2.0.x as a vanilla `gpg` symlink
|
# GPGTools installs GnuPG 2.0.x as a `gpg` symlink pointing
|
||||||
# pointing to `gpg2`. Homebrew install 2.1.x as a non-symlink `gpg`.
|
# to `gpg2`. Our `gnupg` installs only a non-symlink `gpg`.
|
||||||
# We support both the 2.0.x "stable" and 2.1.x "modern" series here.
|
# The aim is to retain support for any version above 2.0.
|
||||||
satisfy(build_env: false) { Gpg.gpg || Gpg.gpg2 }
|
satisfy(build_env: false) { Gpg.gpg || Gpg.gpg2 }
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user