fix(coreos-base/vboot_reference): use github.com/coreos

Make this ebuild use the coreos github projects not Google's
This commit is contained in:
Brandon Philips 2013-07-07 22:48:38 -07:00
parent 965578faf3
commit bd9e8ec324
3 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,8 @@
EAPI="4"
CROS_WORKON_COMMIT="28f202d45b4c33efed64e4af906a95b26e7785b4"
CROS_WORKON_PROJECT="chromiumos/platform/vboot_reference"
CROS_WORKON_PROJECT="coreos/vboot_reference"
CROS_WORKON_REPO="git://github.com"
inherit cros-debug cros-workon cros-au

View File

@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_PROJECT="chromiumos/platform/vboot_reference"
CROS_WORKON_PROJECT="coreos/vboot_reference"
CROS_WORKON_REPO="git://github.com"
inherit cros-debug cros-workon cros-au