summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2005-08-27 14:25:37 +0000
committerFabian Groffen <grobian@gentoo.org>2005-08-27 14:25:37 +0000
commit19fe0a6530708683788f779520d90a6fb53800c5 (patch)
tree815d00b192796391d57e828b1262a6877c66b485 /profiles/default-darwin/macos/package.mask
parentintial version closed #76627 thanks to Bruce Guenter. (diff)
downloadhistorical-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.mask6
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