diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-07-12 20:01:48 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-07-12 20:01:48 +0000 |
commit | 6d4a7ed23515ca7217e1eb43050d306c219ab138 (patch) | |
tree | 8a7950e0a761b9c9f7168d25f223cfb37a0534f4 /profiles | |
parent | Dep fixes (diff) | |
download | gentoo-2-6d4a7ed23515ca7217e1eb43050d306c219ab138.tar.gz gentoo-2-6d4a7ed23515ca7217e1eb43050d306c219ab138.tar.bz2 gentoo-2-6d4a7ed23515ca7217e1eb43050d306c219ab138.zip |
Masking glibc newer than 2.3.5 in 2004.3 since it will potentially interfere with the upgrade process.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/amd64/2004.3/package.mask | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/default-linux/amd64/2004.3/package.mask b/profiles/default-linux/amd64/2004.3/package.mask index 4fe71a354361..314ec6611464 100644 --- a/profiles/default-linux/amd64/2004.3/package.mask +++ b/profiles/default-linux/amd64/2004.3/package.mask @@ -1,2 +1,8 @@ # needs gcc-3.3.3 =dev-lang/gpc-20040516 + +# We need to keep emul-glibc up to date for the upgrade process to work, so +# 2.3.5 will be the last glibc release supported under 2004.3 unless someone +# wants to volunteer maintaining emul-glibc until 2004.3 is removed from +# portage. +>=sys-libs/glibc-2.3.5.20050421 |