diff options
author | 2007-11-16 08:08:09 +0000 | |
---|---|---|
committer | 2007-11-16 08:08:09 +0000 | |
commit | 5c31e55617e0bfa8e783edd575eb0db033259edb (patch) | |
tree | 30c551edfb5cc81d3988d20a4017fad18f95d90e /profiles/base | |
parent | Convert nolvmstatic and nolvm1 USE flags to static and lvm1 USE flags via the... (diff) | |
download | gentoo-2-5c31e55617e0bfa8e783edd575eb0db033259edb.tar.gz gentoo-2-5c31e55617e0bfa8e783edd575eb0db033259edb.tar.bz2 gentoo-2-5c31e55617e0bfa8e783edd575eb0db033259edb.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 |