summaryrefslogtreecommitdiff
blob: 7338882a6e48a89c3543bcda5e777c8d7b165a62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit git

EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6"

DESCRIPTION="Linus Torvald's git tree"
HOMEPAGE="http://www.kernel.org/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=""
RDEPEND=""