diff options
author | Matt Turner <mattst88@gentoo.org> | 2013-02-07 03:25:26 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2013-02-07 03:25:26 +0000 |
commit | 716e710be3b4c8a598b89b09d62d968b6d364566 (patch) | |
tree | a9ac6946b63db29a9397d83185fddab519337a11 /profiles | |
parent | Drop sse5 USE flag. (diff) | |
download | gentoo-2-716e710be3b4c8a598b89b09d62d968b6d364566.tar.gz gentoo-2-716e710be3b4c8a598b89b09d62d968b6d364566.tar.bz2 gentoo-2-716e710be3b4c8a598b89b09d62d968b6d364566.zip |
Drop sse5 USE flag.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/hardened/linux/uclibc/amd64/use.mask | 5 | ||||
-rw-r--r-- | profiles/hardened/linux/uclibc/x86/use.mask | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index c01f703f4c65..844f83e3722f 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7440 2013/02/06 08:40:45 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7441 2013/02/07 03:25:26 mattst88 Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 07 Feb 2013; Matt Turner <mattst88@gentoo.org> + hardened/linux/uclibc/amd64/use.mask, hardened/linux/uclibc/x86/use.mask: + Drop sse5 USE flag. + 06 Feb 2013; Davide Pesavento <pesa@gentoo.org> package.mask: Mask >=media-sound/karlyriceditor-1.4 diff --git a/profiles/hardened/linux/uclibc/amd64/use.mask b/profiles/hardened/linux/uclibc/amd64/use.mask index 1bdd0b6a8413..bc25cb73c463 100644 --- a/profiles/hardened/linux/uclibc/amd64/use.mask +++ b/profiles/hardened/linux/uclibc/amd64/use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/amd64/use.mask,v 1.1 2012/11/20 16:15:38 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/amd64/use.mask,v 1.2 2013/02/07 03:25:26 mattst88 Exp $ # Unmask the flag which corresponds to ARCH. -amd64 @@ -13,7 +13,6 @@ -sse3 -sse4 -sse4a --sse5 -ssse3 -3dnow -3dnowext diff --git a/profiles/hardened/linux/uclibc/x86/use.mask b/profiles/hardened/linux/uclibc/x86/use.mask index f6a170612054..c1a0b8c24ec0 100644 --- a/profiles/hardened/linux/uclibc/x86/use.mask +++ b/profiles/hardened/linux/uclibc/x86/use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation. +# Copyright 1999-2013 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask,v 1.1 2012/11/20 16:24:59 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask,v 1.2 2013/02/07 03:25:26 mattst88 Exp $ # Unmask the flag which corresponds to ARCH. -x86 @@ -13,7 +13,6 @@ -sse3 -sse4 -sse4a --sse5 -ssse3 -3dnow -3dnowext |