From 6370ccf9a81bbd9c0b4ddb6068a91c649529d514 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Mon, 6 Apr 2015 03:41:24 +0100 Subject: [PATCH] list: exclude pypy from unbrewed Excludes the PyPy paths from the unbrewed list, since we do the same with Python. Closes Homebrew/homebrew#38399. --- Library/Homebrew/cmd/list.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Library/Homebrew/cmd/list.rb b/Library/Homebrew/cmd/list.rb index 6dc0636dc7..405348e03b 100644 --- a/Library/Homebrew/cmd/list.rb +++ b/Library/Homebrew/cmd/list.rb @@ -34,6 +34,10 @@ module Homebrew lib/gio/* lib/node_modules/* lib/python[23].[0-9]/* + lib/pypy/* + lib/pypy3/* + share/pypy/* + share/pypy3/* share/doc/homebrew/* share/info/dir share/man/man1/brew.1