diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-22 05:55:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-22 05:55:15 +0000 |
commit | f528d4d7056ce8a02ab2801d9af4f12f02ae1538 (patch) | |
tree | 357e637cd8a3320faf3a6a1544fd4bbd4f11a96e /profiles | |
parent | s390 love #130567 by Andreas (diff) | |
download | historical-f528d4d7056ce8a02ab2801d9af4f12f02ae1538.tar.gz historical-f528d4d7056ce8a02ab2801d9af4f12f02ae1538.tar.bz2 historical-f528d4d7056ce8a02ab2801d9af4f12f02ae1538.zip |
lock gcc2 users to 2.4 headers #94544
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/x86/gcc2/packages | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/default-linux/x86/gcc2/packages b/profiles/default-linux/x86/gcc2/packages index 72688d92c7d7..c28912b854a3 100644 --- a/profiles/default-linux/x86/gcc2/packages +++ b/profiles/default-linux/x86/gcc2/packages @@ -1,6 +1,6 @@ # Copyright 2001-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/gcc2/packages,v 1.14 2005/07/23 10:56:14 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/gcc2/packages,v 1.15 2006/04/22 05:55:15 vapier Exp $ # For instructions on how this file works (as an inclusion mask, primarily), # please refer to ${PORTDIR}/profiles/base/packages @@ -15,6 +15,9 @@ ~sys-devel/gcc-2.95.3 ~sys-libs/glibc-2.2.5 +# 2.6 headers are too much of a pain to use with glibc-2 / gcc-2 #94544 +<sys-kernel/linux-headers-2.5 + # sash - static shell for system recovery >=sys-apps/texinfo-4.2-r1 |