diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-11-16 08:08:09 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-11-16 08:08:09 +0000 |
commit | fbe2d501d6fb870b4792b405eca3216293f01d81 (patch) | |
tree | 0990f9da58626e3de57c35caf2b0fa59906c0b43 /profiles/base | |
parent | Convert nolvmstatic and nolvm1 USE flags to static and lvm1 USE flags via the... (diff) | |
download | historical-fbe2d501d6fb870b4792b405eca3216293f01d81.tar.gz historical-fbe2d501d6fb870b4792b405eca3216293f01d81.tar.bz2 historical-fbe2d501d6fb870b4792b405eca3216293f01d81.zip |
Convert sys-fs/lvm2 USE=nolvmstatic and nolvm1 to static and lvm respectively.
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/profiles/base/package.use b/profiles/base/package.use index 922d48d82644..14c865519f02 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -16,3 +16,13 @@ media-sound/amarok amazon # 2007/10/17 - Roy Marples <uberlord@gentoo.org> # zeroconf is a good idea, and we should support it by default. net-misc/dhcpcd zeroconf + +# 2007/11/15 - Robin H. Johnson <robbat2@gentoo.org> +# Convert from IUSE=nolvmstatic to (IUSE=static and package.use) +sys-fs/lvm2 static + +# 2007/11/15 - Robin H. Johnson <robbat2@gentoo.org> +# Convert from IUSE=lvm1 to (IUSE=lvm1 and package.use) +# Scheduled for removal, so the tools support only LVM2 by default as of the +# 2008.0 release. +sys-fs/lvm2 lvm1 |