diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-02-14 22:16:05 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-02-14 22:16:05 +0000 |
commit | a5dd3beb2ffe953ae1340f7cd4fbd7b3c1cdd9d8 (patch) | |
tree | ff4afe98fbc046d2375dc4bff4a898e1125240c4 /profiles | |
parent | remove accidental ppc-macos keyword: it's not ready yet (diff) | |
download | historical-a5dd3beb2ffe953ae1340f7cd4fbd7b3c1cdd9d8.tar.gz historical-a5dd3beb2ffe953ae1340f7cd4fbd7b3c1cdd9d8.tar.bz2 historical-a5dd3beb2ffe953ae1340f7cd4fbd7b3c1cdd9d8.zip |
Adding masks for bug #122760
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-darwin/macos/10.4/package.mask | 5 | ||||
-rw-r--r-- | profiles/default-darwin/macos/10.4/use.mask | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/profiles/default-darwin/macos/10.4/package.mask b/profiles/default-darwin/macos/10.4/package.mask index 950f16b1cf01..faf67531031a 100644 --- a/profiles/default-darwin/macos/10.4/package.mask +++ b/profiles/default-darwin/macos/10.4/package.mask @@ -23,6 +23,7 @@ dev-perl/XML-Parser dev-util/intltool dev-util/guile media-libs/a52dec +net-libs/gnutls net-misc/curl net-misc/rsync sys-apps/diffutils @@ -42,6 +43,7 @@ sys-libs/com_err sys-libs/ncurses sys-libs/readline x11-libs/gtk+ +>app-misc/abook-0.5.3 ## # end collision-protect ## @@ -49,3 +51,6 @@ x11-libs/gtk+ # libidn needs java-config. This one is not yet ported, so as long as # thre is no solution for that it is masked net-dns/libidn + +# wants sqlite2 which we can't install +dev-python/pysqlite diff --git a/profiles/default-darwin/macos/10.4/use.mask b/profiles/default-darwin/macos/10.4/use.mask index 47d62a3eb0b2..4d6a84a3a5ef 100644 --- a/profiles/default-darwin/macos/10.4/use.mask +++ b/profiles/default-darwin/macos/10.4/use.mask @@ -40,3 +40,9 @@ physfs # libfpx doesn't compile, see bug #103269 fpx + +# gnutls has collisions +gnutls + +# gpgme doesn't compile: nested functions are not supported on MacOSX +gpgme |