summaryrefslogtreecommitdiff
blob: 5cef9a7507dc22024c68a54060b79762a31edcf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.99.ebuild,v 1.6 2004/10/06 15:03:56 vapier Exp $

DESCRIPTION="ebuild for redirecting old linux-headers-2.6 users to the new linux26-headers"
HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-*"
IUSE=""

PDEPEND="sys-kernel/linux26-headers"

src_compile() {
	ewarn "the 2.6 headers have moved to linux26-headers"
}