diff options
author | Thomas Anderson <tanderson@gentoo.org> | 2009-04-10 15:09:41 +0000 |
---|---|---|
committer | Thomas Anderson <tanderson@gentoo.org> | 2009-04-10 15:09:41 +0000 |
commit | e095a427c702ad5d40a2f4677718dbcc4aa1d354 (patch) | |
tree | de53a293cbb44f34cf0a4dd2030810e2190c6f98 /profiles | |
parent | Version bump to latest snapshot. Drop old. Add patch for missing C includes. (diff) | |
download | historical-e095a427c702ad5d40a2f4677718dbcc4aa1d354.tar.gz historical-e095a427c702ad5d40a2f4677718dbcc4aa1d354.tar.bz2 historical-e095a427c702ad5d40a2f4677718dbcc4aa1d354.zip |
p.mask lvm2-2.02.45 to avoid issues with internal device-mapper
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/package.mask | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 1c7ecb50332e..b7b0a6b17182 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2518 2009/04/10 14:01:28 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2519 2009/04/10 15:09:41 gentoofan23 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! + 10 Apr 2009; Thomas Anderson <gentoofan23@gentoo.org> package.mask: + p.mask lvm2-2.02.45 to avoid issues with internal device-mapper + 10 Apr 2009; Jeremy Olexa <darkside@gentoo.org> package.mask: p.mask >=bash-completion-20000000 to force a downgrade to the proper naming scheme diff --git a/profiles/package.mask b/profiles/package.mask index 6d217ef55d4e..ef578eefadc0 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.9653 2009/04/10 14:01:28 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.9654 2009/04/10 15:09:41 gentoofan23 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 @@ -31,6 +31,12 @@ #--- END OF EXAMPLES --- +# Thomas Anderson <gentoofan23@gentoo.org> (10 Apr 2009) +# Lvm2 ships with device mapper internally and thus blocks against the +# in-tree device-mapper. Unfortunately some packages still need to be fixed +# to handle this transition. +=sys-fs/lvm2-2.02.45 + # Jeremy Olexa <darkside@gentoo.org> (10 Apr 2009) # The bash-completion upstream naming scheme has drastically changed. As such, # I have renamed the 20081219-r1 to 0.20081219-r1 to allow for ~arch testing of |