diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-28 21:50:33 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-28 21:50:33 +0000 |
commit | a2b92ce50c90377f272cb5ba27ae1faf68f7caf1 (patch) | |
tree | db89551fca5f6697754f1b4814d47c5e1d8e3679 /profiles/prefix | |
parent | Unmask CPU_FLAGS_X86 in uclibc profiles. (diff) | |
download | gentoo-2-a2b92ce50c90377f272cb5ba27ae1faf68f7caf1.tar.gz gentoo-2-a2b92ce50c90377f272cb5ba27ae1faf68f7caf1.tar.bz2 gentoo-2-a2b92ce50c90377f272cb5ba27ae1faf68f7caf1.zip |
Update package.use.* entries for CPU_FLAGS_X86 for darwin/macos. Keep duplicate with old flags until conversion is complete.
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/ChangeLog | 8 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/arch/x64/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/arch/x86/package.use.mask | 6 |
3 files changed, 15 insertions, 5 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index c6920a830a25..bcdd7e2401b4 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for profiles/prefix # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.447 2015/01/28 21:14:41 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.448 2015/01/28 21:50:33 mgorny Exp $ + + 28 Jan 2015; Michał Górny <mgorny@gentoo.org> + darwin/macos/arch/x64/package.use.mask, + darwin/macos/arch/x86/package.use.mask: + Update package.use.* entries for CPU_FLAGS_X86 for darwin/macos. Keep + duplicate with old flags until conversion is complete. 28 Jan 2015; Mike Gilbert <floppym@gentoo.org> darwin/macos/10.4/x86/make.defaults, darwin/macos/10.5/x64/make.defaults, diff --git a/profiles/prefix/darwin/macos/arch/x64/package.use.mask b/profiles/prefix/darwin/macos/arch/x64/package.use.mask index 865b433cabf9..b8d22fb38551 100644 --- a/profiles/prefix/darwin/macos/arch/x64/package.use.mask +++ b/profiles/prefix/darwin/macos/arch/x64/package.use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.use.mask,v 1.2 2014/12/28 23:19:48 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x64/package.use.mask,v 1.3 2015/01/28 21:50:33 mgorny 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. @@ -13,7 +13,9 @@ media-libs/xvid -pic # Jeremy Olexa <darkside@gentoo.org> (29 Jul 2010) # Relocation issues on 32-bit OSX only, bug #329859 media-sound/mpg123 -mmx -sse +media-sound/mpg123 -cpu_flags_x86_mmx -cpu_flags_x86_sse # Fabian Groffen <grobian@gentoo.org> (01 Feb 2009) # Doesn't compile on 32-bits OSX only, bug #257225 media-video/ffmpeg -mmx +media-video/ffmpeg -cpu_flags_x86_mmx diff --git a/profiles/prefix/darwin/macos/arch/x86/package.use.mask b/profiles/prefix/darwin/macos/arch/x86/package.use.mask index d8f0028add13..200e95b124ee 100644 --- a/profiles/prefix/darwin/macos/arch/x86/package.use.mask +++ b/profiles/prefix/darwin/macos/arch/x86/package.use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x86/package.use.mask,v 1.2 2012/01/09 04:36:35 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x86/package.use.mask,v 1.3 2015/01/28 21:50:33 mgorny 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. @@ -14,7 +14,9 @@ net-libs/webkit-gtk -jit # Jeremy Olexa <darkside@gentoo.org> (29 Jul 2010) # Relocation issues on 32-bit OSX, bug #329859 media-sound/mpg123 mmx sse +media-sound/mpg123 cpu_flags_x86_mmx cpu_flags_x86_sse # Fabian Groffen <grobian@gentoo.org> (01 Feb 2009) # Doesn't compile, bug #257225 media-video/ffmpeg mmx +media-video/ffmpeg cpu_flags_x86_mmx |