diff options
author | 2012-06-29 04:37:47 +0000 | |
---|---|---|
committer | 2012-06-29 04:37:47 +0000 | |
commit | 52822564bc3219bf95e6ef92ce337e7f0f30bdbb (patch) | |
tree | 7d4bd8792b8cdf89182d2871a013f403d27e1950 | |
parent | Keyword ~x86 wrt bug 424019 (diff) | |
download | historical-52822564bc3219bf95e6ef92ce337e7f0f30bdbb.tar.gz historical-52822564bc3219bf95e6ef92ce337e7f0f30bdbb.tar.bz2 historical-52822564bc3219bf95e6ef92ce337e7f0f30bdbb.zip |
Unmask libzfs flag for grub on amd64.
-rw-r--r-- | profiles/arch/amd64/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/profiles/arch/amd64/ChangeLog b/profiles/arch/amd64/ChangeLog index d171b4e6ec70..2a592c002667 100644 --- a/profiles/arch/amd64/ChangeLog +++ b/profiles/arch/amd64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.181 2012/06/26 21:04:30 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.182 2012/06/29 04:37:47 floppym Exp $ + + 29 Jun 2012; Mike Gilbert <floppym@gentoo.org> package.use.mask: + Unmask libzfs flag for grub on amd64. 26 Jun 2012; Davide Pesavento <pesa@gentoo.org> package.use.mask: Mask USE=jit for qt-script wrt bug 423141. diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 22cecda01c36..5dfc2a0d03f8 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.132 2012/06/26 21:04:30 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.133 2012/06/29 04:37:47 floppym Exp $ # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -18,6 +18,10 @@ #--- END OF EXAMPLES --- +# Mike Gilbert <floppym@gentoo.org> (29 Jun 2012) +# sys-fs/zfs is not available everywhere. +sys-boot/grub -libzfs + # Robert Piasek <dagger@gentoo.org> (26 Apr 2012) # Packages with optional systemd support. Masked in base and unmasked on arches # where sys-apps/systemd is available. |