Make gnu-getopt be specific to UAC00013

This commit is contained in:
2019-02-04 14:38:45 +00:00
parent 2f8a368e98
commit 3ddcef5402
3 changed files with 13 additions and 2 deletions

View File

@@ -27,7 +27,6 @@ brew 'git'
brew 'git-crypt'
brew 'git-standup'
brew 'global', args: ['with-ctags', 'with-pygments']
brew 'gnu-getopt'
brew 'go'
brew 'htop'
brew 'httpie'
@@ -250,4 +249,8 @@ if hostname == 'noct'
mas 'feedly', id: 865_500_966
end
if hostname == 'UAC00013'
brew 'gnu-getopt'
end
# rubocop:enable Naming/FileName