diff options
author | Fabian Groffen <grobian@gentoo.org> | 2005-09-28 17:33:31 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2005-09-28 17:33:31 +0000 |
commit | 566adfe7b398648a61f4f9be22e9d77890f133cb (patch) | |
tree | 49e380b7627c9fac1d8568bf402becf4cca4221c /profiles/default-darwin | |
parent | version bump (diff) | |
download | gentoo-2-566adfe7b398648a61f4f9be22e9d77890f133cb.tar.gz gentoo-2-566adfe7b398648a61f4f9be22e9d77890f133cb.tar.bz2 gentoo-2-566adfe7b398648a61f4f9be22e9d77890f133cb.zip |
Mask libidn and idn for bug #106498 on OSX 10.4 and 10.3 in order to be
able to keyword mutt. libidn needs java-config which has not be found a
solution for at the moment. We mask it as long as no solution has been
found.
Diffstat (limited to 'profiles/default-darwin')
-rw-r--r-- | profiles/default-darwin/macos/10.3/package.mask | 4 | ||||
-rw-r--r-- | profiles/default-darwin/macos/10.3/use.mask | 3 | ||||
-rw-r--r-- | profiles/default-darwin/macos/10.4/package.mask | 4 | ||||
-rw-r--r-- | profiles/default-darwin/macos/10.4/use.mask | 3 |
4 files changed, 14 insertions, 0 deletions
diff --git a/profiles/default-darwin/macos/10.3/package.mask b/profiles/default-darwin/macos/10.3/package.mask index 07bc999df463..4d0d48e187ad 100644 --- a/profiles/default-darwin/macos/10.3/package.mask +++ b/profiles/default-darwin/macos/10.3/package.mask @@ -47,3 +47,7 @@ app-vim/taglist # Nonetheless, cpio is part of System, and we don't want it pulled in # for users of this profile app-arch/cpio + +# 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 diff --git a/profiles/default-darwin/macos/10.3/use.mask b/profiles/default-darwin/macos/10.3/use.mask index 96d86b2755e3..dd54c5d4c421 100644 --- a/profiles/default-darwin/macos/10.3/use.mask +++ b/profiles/default-darwin/macos/10.3/use.mask @@ -23,3 +23,6 @@ wxwindows # see GCC man-page (-static): "This option will not work on Mac OS X..." static + +# pulls libidn, which has problems with java-config +idn diff --git a/profiles/default-darwin/macos/10.4/package.mask b/profiles/default-darwin/macos/10.4/package.mask index 97bfcb1e2717..f0f1bf6d84a0 100644 --- a/profiles/default-darwin/macos/10.4/package.mask +++ b/profiles/default-darwin/macos/10.4/package.mask @@ -49,3 +49,7 @@ app-vim/taglist # Nonetheless, cpio is part of System, and we don't want it pulled in # for users of this profile. app-arch/cpio + +# 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 diff --git a/profiles/default-darwin/macos/10.4/use.mask b/profiles/default-darwin/macos/10.4/use.mask index d1643956cd41..9442fcd1ac2d 100644 --- a/profiles/default-darwin/macos/10.4/use.mask +++ b/profiles/default-darwin/macos/10.4/use.mask @@ -24,3 +24,6 @@ wxwindows # see GCC man-page (-static): "This option will not work on Mac OS X..." static + +# pulls libidn, which has problems with java-config +idn |