diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-04-30 13:32:58 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-04-30 13:32:58 +0000 |
commit | d1cc756e5ade41da398b3d4a0180a47b7ee3cf70 (patch) | |
tree | 0e41536fc5025c96e3cbe744f8f0be7de1b2a7e0 /profiles | |
parent | Remove old (diff) | |
download | gentoo-2-d1cc756e5ade41da398b3d4a0180a47b7ee3cf70.tar.gz gentoo-2-d1cc756e5ade41da398b3d4a0180a47b7ee3cf70.tar.bz2 gentoo-2-d1cc756e5ade41da398b3d4a0180a47b7ee3cf70.zip |
Mask <tk-8.6 on 64-bits Mac OS X and all of Mac OS X Lion due to usage of the removed Carbon interface
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/10.7/x86/package.mask | 10 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/arch/x64/package.mask | 10 |
3 files changed, 22 insertions, 5 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index 756db2fbef61..996831207873 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for profiles/prefix # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.342 2012/04/29 09:15:04 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.343 2012/04/30 13:32:58 grobian Exp $ + + 30 Apr 2012; Fabian Groffen <grobian@gentoo.org> + darwin/macos/10.7/x86/package.mask, darwin/macos/arch/x64/package.mask: + Mask <tk-8.6 on 64-bits Mac OS X and all of Mac OS X Lion due to usage of the + removed Carbon interface, bug #408435 29 Apr 2012; Fabian Groffen <grobian@gentoo.org> package.mask: Mask newer pax-utils due to at* portability horror diff --git a/profiles/prefix/darwin/macos/10.7/x86/package.mask b/profiles/prefix/darwin/macos/10.7/x86/package.mask index aa93a47eeda0..899a29699f91 100644 --- a/profiles/prefix/darwin/macos/10.7/x86/package.mask +++ b/profiles/prefix/darwin/macos/10.7/x86/package.mask @@ -1,4 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x86/package.mask,v 1.1 2011/07/04 08:27:54 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x86/package.mask,v 1.2 2012/04/30 13:32:58 grobian Exp $ +# The Carbon interface has been removed entirely in Lion, only tk-8.6 +# will come with Cocoa support. If you must have tk, you'll have to +# force USE=-aqua, but don't report bugs for incompatabilities you might +# encounter. +# NOTE: keep this mask synced with arch/x64 +<dev-lang/tk-8.6 diff --git a/profiles/prefix/darwin/macos/arch/x64/package.mask b/profiles/prefix/darwin/macos/arch/x64/package.mask index 1e2eb49bed1d..5902fc2dd4aa 100644 --- a/profiles/prefix/darwin/macos/arch/x64/package.mask +++ b/profiles/prefix/darwin/macos/arch/x64/package.mask @@ -1,7 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x64/package.mask,v 1.1 2011/12/30 15:49:36 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x64/package.mask,v 1.2 2012/04/30 13:32:58 grobian Exp $ # The 32-bits profile is inherited by the 64-bits one! # All the Mac OS X profiles inherit from their matching arch profile here. +# The Carbon interface has been removed in the 64-bits userland, only +# tk-8.6 will come with Cocoa support. If you must have tk, you'll have +# to force USE=-aqua, but don't report bugs for incompatabilities you +# might encounter. +# NOTE: keep this mask synced with 10.7/x86 +<dev-lang/tk-8.6 |