diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-08-27 10:55:54 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-08-27 10:55:54 +0000 |
commit | 7b36e435c2729a0570a20a15a717247d44610a17 (patch) | |
tree | e751ecdef87f773f1e41657fc87e383ad9e33641 /profiles | |
parent | Removed broken USE=width and add new USE=distinct-l for new upstream l form p... (diff) | |
download | gentoo-2-7b36e435c2729a0570a20a15a717247d44610a17.tar.gz gentoo-2-7b36e435c2729a0570a20a15a717247d44610a17.tar.bz2 gentoo-2-7b36e435c2729a0570a20a15a717247d44610a17.zip |
Split efi platform to efi-32 and efi-64 as efi-32 is not almost used.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/desc/grub_platforms.desc | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 52058bd74894..3e77016b7c55 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5654 2011/08/27 10:02:03 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5655 2011/08/27 10:55:54 scarabeus 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! + 28 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org> + desc/grub_platforms.desc: + Split efi platform to efi-32 and efi-64 as efi-32 is not almost used. + 27 Aug 2011; Patrick Lauer <patrick@gentoo.org> package.mask: Removing phoronix-test-suite from php 5.2 mask diff --git a/profiles/desc/grub_platforms.desc b/profiles/desc/grub_platforms.desc index 043314f9c827..d0209117b4f9 100644 --- a/profiles/desc/grub_platforms.desc +++ b/profiles/desc/grub_platforms.desc @@ -1,13 +1,14 @@ # Copyright 1999-2011 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v 1.2 2011/08/12 20:35:13 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v 1.3 2011/08/27 10:55:54 scarabeus Exp $ # This file contains descriptions of GRUB_PLATFORMS USE_EXPAND flags. # Keep it sorted. coreboot - Coreboot platform support -efi - EFI platform support +efi-32 - EFI 32 bit platform support (Old MACs) +efi-64 - EFI 64 bit platform support emu - Emulation platform support ieee1275 - IEEE1275 pltaform support loongson - MIPS loongson platform support |