diff options
author | 2011-10-22 03:14:18 +0000 | |
---|---|---|
committer | 2011-10-22 03:14:18 +0000 | |
commit | 11f2694b86ccbfdbff1028e5883dd34f97371f4c (patch) | |
tree | 8781fe2a5ca3206c09af2b329f774ee74c3766eb | |
parent | un-use.mask arm's iwmmxt flag. (diff) | |
download | historical-11f2694b86ccbfdbff1028e5883dd34f97371f4c.tar.gz historical-11f2694b86ccbfdbff1028e5883dd34f97371f4c.tar.bz2 historical-11f2694b86ccbfdbff1028e5883dd34f97371f4c.zip |
Add ARM's iwmmxt USE flag to use.desc.
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/use.desc | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 28f13ce4c3ad..91d4ae9095dc 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5816 2011/10/22 01:07:12 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5817 2011/10/22 03:14:18 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! + 22 Oct 2011; Matt Turner <mattst88@gentoo.org> use.desc: + Add ARM's iwmmxt USE flag to use.desc. + 22 Oct 2011; Diego E. Pettenò <flameeyes@gentoo.org> package.mask: Mask qemu-kvm/seabios: they should not use egit for an ~arch ebuild. diff --git a/profiles/use.desc b/profiles/use.desc index 0d70946bf0ed..d57d40e6671c 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.466 2011/10/06 18:54:24 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.467 2011/10/22 03:14:18 mattst88 Exp $ # Keep them sorted @@ -165,6 +165,7 @@ iodbc - Adds support for iODBC library ios - Enable support for Apple's iDevice with iOS operating system (iPad, iPhone, iPod, etc) ipod - Enable support for iPod device access ipv6 - Adds support for IP version 6 +iwmmxt - Adds support for optimizations for ARM iwMMXt instructions jabber - Enable jabber IM protocol support jack - Adds support for the JACK Audio Connection Kit java - Adds support for Java |