diff options
author | Fabian Groffen <grobian@gentoo.org> | 2005-08-27 14:25:37 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2005-08-27 14:25:37 +0000 |
commit | 19fe0a6530708683788f779520d90a6fb53800c5 (patch) | |
tree | 815d00b192796391d57e828b1262a6877c66b485 /profiles/default-darwin/macos/package.mask | |
parent | intial version closed #76627 thanks to Bruce Guenter. (diff) | |
download | historical-19fe0a6530708683788f779520d90a6fb53800c5.tar.gz historical-19fe0a6530708683788f779520d90a6fb53800c5.tar.bz2 historical-19fe0a6530708683788f779520d90a6fb53800c5.zip |
guile needs readline which collides with the system, hence we mask it
Diffstat (limited to 'profiles/default-darwin/macos/package.mask')
-rw-r--r-- | profiles/default-darwin/macos/package.mask | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/default-darwin/macos/package.mask b/profiles/default-darwin/macos/package.mask index e6c62921494c..cf6161ab78d5 100644 --- a/profiles/default-darwin/macos/package.mask +++ b/profiles/default-darwin/macos/package.mask @@ -1,6 +1,12 @@ # this version of nano can't save files on Mac OS X - see bug 89040 =app-editors/nano-1.3.4 +# collision protect issues + # the newest esearch requires python with readline, which is not what # OSX supplies by default >=app-portage/esearch-0.7.1 +# guile depends on readline, which collides with the system +dev-util/guile + +# end collision protect issues |