fix(sys-kernel/coreos-kernel): linux-2.6 is now linux.git

the repo locations for the linux kernel moved. move our URL
This commit is contained in:
Brandon Philips 2013-03-19 13:49:40 -07:00
parent b95cf50544
commit 940b96f2e2

View File

@ -6,7 +6,7 @@ EAPI=4
CROS_WORKON_COMMIT="19f949f52599ba7c3f67a5897ac6be14bfcb1200" CROS_WORKON_COMMIT="19f949f52599ba7c3f67a5897ac6be14bfcb1200"
CROS_WORKON_TREE="19f949f52599ba7c3f67a5897ac6be14bfcb1200" CROS_WORKON_TREE="19f949f52599ba7c3f67a5897ac6be14bfcb1200"
CROS_WORKON_REPO="https://kernel.googlesource.com/pub/scm/linux/kernel/git/" CROS_WORKON_REPO="https://kernel.googlesource.com/pub/scm/linux/kernel/git/"
CROS_WORKON_PROJECT="torvalds/linux-2.6" CROS_WORKON_PROJECT="torvalds/linux"
inherit cros-workon cros-kernel2 inherit cros-workon cros-kernel2
DESCRIPTION="CoreOS kernel" DESCRIPTION="CoreOS kernel"